How do I create a Portfolio RSS Feed for a specific portfolio Category?
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
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?
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
Hi Dude,
I did both of those things…let me clear everything and try again
It still pulls up the other categories. Any other suggestions?
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.
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.
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