Blog posts plus portfolio items in one library?

Can you combine blog posts and portfolio items on one page to create a library page for one similar category in each? Is this possible?

Hi @ZealousMWS,

Thanks for reaching out.
You can get the Posts and Portfolios on a page by using the Looper Provider > Query String to get the data from both the post types. Your Query String will look like the following one which I have tested in my local environment.

post_type%5B0%5D=post&post_type%5B1%5D=x-portfolio&posts_per_page=-1

If you want to change the attributes of the Query String please go through the following thread which explains how you can build the query string from an array.


Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.