I need to be able to put a specific widget in the things that are blog posts (http://paulann.org/the-weekly/), but I do not want them showing up on the portfolio posts (http://paulann.org/item/the-story/). I put the subscribe widget in the posts sidebar, but they show up in the portfolio one as well, any thoughts?
Posts vs Porfolio Posts
4 posts from 3 voices-
Posted 1 year ago #
-
Hey!
You could install http://wordpress.org/extend/plugins/widget-logic/ and use following conditional to hide the widgets on the portfolio pages:
if('portfolio' != get_post_type())Regards,
PeterPosted 1 year ago # -
So install the plugin then put that in every portfolio item or in a specific place?
Posted 1 year ago # -
Hi,
There are various options that you can do using the plugin. You can experiment to achieve the desired results.
Regards,
IsmaelPosted 1 year ago #
Reply
You must log in to post.














