Skip Navigation

[Resolved] Simple same CPT relation

This support ticket is created 2 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 3 replies, has 2 voices.

Last updated by thomasarc 2 years, 8 months ago.

Assisted by: Waqar.

Author
Posts
#2343261

Tell us what you are trying to do?
Mimic the ACF relation field that allows to simply link a post to other posts of the same CPT

Is there any documentation that you are following?
haven't found really
Is there a similar example that we can see?
ACF basic relation field
What is the link to your site?

#2343697

Hi,

Thank you for contacting us and I'd be happy to assist.

In Toolset, post-relationships and the post reference type field can be used to connect posts of different CPTs, but not the same.

A workaround can be to add a 'number' type custom field and save the ID of the related post(s), in that field.

regards,
Waqar

#2344393

Hi Waqar
thanks for this clarification, I won't search anymore for something that doesn't exist 😉
For this one, I will use ACF as it is more straightforward for what I need to do right now.
Best
Tom

#2344395

My issue is resolved now. Thank you!