Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #185854

    How do I create a Portfolio RSS Feed for a specific portfolio Category?

    #186027

    Hey BuffyO!

    You can use this format:
    http://www.yoursite.com/feed/?post_type=portfolio&category=css

    However, and this is a major point to understand, the feed will not be text if you are using the advanced layout builder. It will include all of the shortcodes that make up the page layouts.

    Eg: http://kriesi.at/themes/enfold/feed/?post_type=portfolio&category=css

    Best regards,
    Devin

    #186032

    I am not using the advanced layout editor for this category. But when I use the code you provided it pulls up all portfolio categories. Any other suggestions?

    #186052

    Hi!

    You also need to select the taxonomy – instead of Devins code above use

    
    http://www.yoursite.com/feed/?post_type=portfolio&portfolio-entries=css
    

    and replace “css” with your category slug and http://www.yoursite.com/ with your website url.

    Cheers!
    Peter

    #186212

    Hi Dude,

    I did both of those things…let me clear everything and try again

    #186214

    It still pulls up the other categories. Any other suggestions?

    #186272

    Second Question:
    Is there a way to have the featured image not show on the single portfolio page? Or can it look like the blog post single author small featured image. My preference would be no featured image on the single post..but the feature images seem necessary for creating a page with the Portfolio Grid embedded in it.

    #186349

    Can we see the link where its including the other categories? The url specifications aren’t from us, its how WordPress has the custom taxonomy rss feed structured so it should be working.

    #186417

    Hi!

    If you want to remove the featured image from single pages open up /wp-content/themes/enfold/includes/loop-portfolio-single.php and delete

    
    				if($thumb) echo "<div class='page-thumb'>{$thumb}</div>";
    

    Regards,
    Peter

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Portfolio RSS Feed for specific Category’ is closed to new replies.