Hi
I have migrated data from dupal to wordpress and it created one custom post type called Issue.
Now I want to fetch related data of issue. please check snapshot of that.
I want to fetch all articles and its data like volume and year. Please help me I was trying to open ticket from 15 days and form was not working for me. Please please please ASAP.
Can you please reply ASAP I need this to be done today please try to understand, Its already late for me or you can give phone number or email directly.
You have some custom post types, and these post types are connected using Toolset post relationships, yes?
And you want to display data from related posts?
For example you might have "Albums" and "Songs" post types connected in a many-to-many relationship. (Albums contain more than one song; the same song can appear on different albums.)
When displaying an Album post, you want to list the connected Songs (i.e. the songs that appear on that album), for example.
To do that you would add a View to the template used to display album posts.
The View would query Song posts, and it would include a post relationship Query Filter that specified the songs should be related to the current album post. The output of the View includes fields from the song posts such as the post title.
Yes I still need assistance please.
I installed tool-set views now because it was not there before.
Please check issue-custom-pos screenshot.
1) In this snapshot you can see, toolset created issue custom post type. Okay
Now check second snapshot that is edit issue type: volume-article.png
Did you see Volume Article table?
I want to get volume of that issue time.
You can check my back end. Here is the access details:
From your screenshot it looks like you are outputting a list of Issues with a View. In the output section of the View where you want the Volume title to appear use the Fields and Views button to insert the Post Title, and in the resulting dialog use the Post selection tab to choose the option "A post related to the current post, set by a Types relationship" and select the Volume << Issue relationship.
The post title which is then output will not be for the current Issue returned by the View and will instead be from the parent Volume.
The principle is the same if you use Blocks instead of Views to generate the list of Issue posts, where you would use a Single Field block and specify the source for the field accordingly.
Sorry, my shift ended over 2.5 hours ago, I'll be able to help you again in the morning.
I can't make your website for you, I can only explain how the plugins work.
If you follow the steps I described above, or those in the linked documentation, and you have got stuck somewhere, let me know what you did, how far you got, and where you got stuck, and then when I return I'll be able direct you what to do next.