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?
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