Hello
I need to use avia_masonry that get posts by ids and not by catagories or tags or etc.
Which is the best way to do this?
Many thanks in advance.
Hey xammax,
To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Best regards,
John Torvik
Hi,
Please use the “avia_masonry_entries_query” filter and add the “post__in” parameter. Add an array of post id. Something like this: https://kriesi.at/support/topic/problems-with-masonry-element-with-the-events-calendar/#post-794675
// https://codex.wordpress.org/Class_Reference/WP_Query#Post_.26_Page_Parameters
Best regards,
Ismael