Tell us what you are trying to do?
Create a list of articles from author (Columnistas)
Is there any documentation that you are following?
I followed the guide to migrate fields from ACF to Types and other posts in forums, but I can't find a way to solve all of this.
Is there a similar example that we can see?
See my attachment
What is the link to your site?
hidden link
First of all, this website was using the oldest Types plugin along with ACF, and I was trying to replicate something like the attachment (a list of articles from author (Columnista) but with the Author picture, name and description above the loop.
Once we click in the article title, we go to the single_article that will show the main article picture, below a tiny author thumbnail and below the main content.
I managed a way to solve this page with all Columnistas (authors) hidden link but I can't find a way to link the picture or name of every columnista with the list of its articles (second picture).
I was trying to migrate ACF fields to Types using this guide https://toolset.com/course-lesson/convert-existing-custom-types-and-fields-to-types-control/ but I'm unable to change type to Wysiwyg or Post Reference, because it is greyed and its impossible to convert an ACF wysiwyg field because it is forced to a single line.
Please, guide me on how to achieve all of this.
Thanks!
Hello
Q1) can't find a way to link the picture or name of every columnista with the list of its articles (second picture).
I suggest you try these:
1) Setup two custom post types:
- Columnistas
- articles
2) Setup one-to-many relationship between "Columnistas" and "articles":
https://toolset.com/course-lesson/how-to-set-up-post-relationships-in-wordpress/
3) In single "Columnistas" post, display a view block:
- Query "articles" posts
- Filter by post type relationship between "Columnistas" and "articles"
https://toolset.com/course-lesson/displaying-related-posts/#displaying-many-related-items
- In view's loop, display "articles" link
Q2) I'm unable to change type to Wysiwyg or Post Reference
This expected result, you can not convert single line field to Wysiwyg or Post Reference field, you should be able to see the message:
Note: Some of the field types are disabled for conversion because they're using a significantly different data format, which is not compatible with the current field type.
My issue is resolved now. Many thanks Luo!
Your guide was very clear to follow.
Now I have Columnista and their articles below.
Sadly, the trouble to convert ACF wysiwyg field to Toolset Wysiswyg field forced me to re-create all the articles again, but at least now I can manage it.
Now I'm facing a second trouble, but I think that it is better to open a new ticket.
Thanks again!