Portfolio categorized items shortcode

Hey guys!

I have a question regarding shortcode or looper use.
On my website I have portfolio page that is nicely organized by menu.
I also have different pages where I would like to display items from given portfolio categories.

For example - You’re on the page called Enterprise and on bottom of it it should show the recent posts from portfolio items that are categorized as Enterprise.

I only got as far as creating the Content area module and inserting something like this:

[recent_posts count="4" type="portfolio"]

This works, but how do I categorize it? I can’t find any documentation regarding recent_posts shortcode.

Hope you can be as helpful with it as always.
Best regards.

I guess I found it out myself.

[recent_posts count="4" type="portfolio" category="museum" ]

Now, how do I get rid of metadata from there? :slight_smile: I mean for example the post date.

And while I’m at it.
How to do it with dynamic content with loopers?

Why can’t I see loopers options in menu, even though I have newest update through my whole page?

Hi David,

You need to add the following custom CSS code into the Theme Options > CSS to get rid of the date metadata in the recent post shortcode.

.x-recent-posts-date
{
    display:none !important;
}

Can you please explain what do you mean by this And while I’m at it? How to do it with dynamic content with loopers?

The Looper Provider options are not available for all the elements, its mostly worked with the contaiiner elemnts like sections, rows, columns and populate the inner elements.

Thanks

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