The Blog page and Portfolio pages seem to share the blog siderbar, how do I have seperate sidebars for each?
Custom Siderbar Portfolio Pages
5 posts from 2 voices-
Posted 1 year ago #
-
Hi guys, anyone able to assist me on this issue? Thanks
Posted 1 year ago # -
Hey,
posts and single portfolio entries use the same template (single.php). It's not possible to create individual widget areas or "sidebars" for posts/portfolio entries. You can use a plugin like: http://wordpress.org/extend/plugins/widget-logic/ to display certain widget for portfolio items only. Drag'n'drop the widgets into the "Displayed Everywhere" widget area and use following condition:get_post_type() == 'portfolio'or
get_post_type() != 'portfolio'if you'd like to exclude this widget from portfolio posts.
Posted 1 year ago # -
Appologies late response.
That worked great thank you. Awesome plugin!
Adding final touches and will be done with the site today so thanks for all the support you have offerd!
Cheers mate
Posted 1 year ago # -
Glad that I could help you :)
Posted 1 year ago #
Reply
You must log in to post.














