Tell us what you are trying to do?
Using the view block i can show custom fields from various posts as your tutorial has shown but i need to do a similar thing to the view block but i only want to show the custom fields that are associated with the specific post they are on. For example my post named "New york" has a 20 different custom fields that i would like to have displayed in a list to logged in users. When they navigate to my post named "California" i would like the 20 custom fields associated with the california post to show in a sortable list.
Hi there,
It is possible to do so with a content template. A content template is a template that will show when a single post item is shown.
For more information:
https://toolset.com/course-lesson/creating-templates-to-display-custom-posts/
Here is how to do it to show members only:
https://toolset.com/course-lesson/creating-templates-to-display-members-only-content/
To show the custom fields themselves you can use either a paragraph or single field:
https://toolset.com/course-lesson/display-dynamic-sources-inside-all-text-blocks/
Thanks.