Skip Navigation

[Resolved] Custom field linked to post page

This support ticket is created 6 years 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/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 6 years ago.

Assisted by: Luo Yang.

Author
Posts
#1153120

Tell us what you are trying to do?
I am trying to create an list overview of a custom post type like this:
hidden link

Is there any documentation that you are following?
hidden link
https://toolset.com/documentation/getting-started-with-toolset/create-and-display-custom-lists-of-content/

However, to link to custom post type single page there is used the standard post information. I was wondering if it is also possible to link custom fields to single post pages. i.e. I have a custom field called name instead of the standard post title. Is it possible to link the cusotm field name to the single custom post type page the same what is done with the post title?

#1153559

Hello,

I assume you are going to setup relationship between post types "Page" and "Post".

If it is, there is built-in feature within Toolset, you can setup post type relationships between two post type:
- One-to-One
- One-to-Many
- Many-to-Many
https://toolset.com/documentation/post-relationships/

For example, you can try these:
1) setup one-to-many relationship between post types "Page" and "Post"
2) Edit each single "Page", and connect it with some other posts.
3) In a single page, you can setup a post view, query posts, filter by the relationship of step 1)
and display the related posts.

See our document:
https://toolset.com/documentation/post-relationships/how-to-display-related-posts-with-toolset/#displaying-many-related-items
Displaying many related items