Tagged: sidebar, sidebar pages, widgets
Topic Title says it all…how do I display the “Sidebar Pages” widgets on the sidebar for my Portfolio Archive and Tags pages?
Thanks!!
Hey atrixdave!
By portfolio archive you mean this page?
http://staging.breitlingenergy.com/media/
Cheers!
Josue
No I mean this page: http://staging.breitlingenergy.com/portfolio_entries/in-the-media/
In addition to this question, how do I change the number of items displayed per page on this page?
http://staging.breitlingenergy.com/portfolio_entries/podcasts/
I would like to make it 12.
Thanks!
Please disregard that last question, I figured it out myself :) But I still need to know how to change the sidebar. Thanks!
Figured it out myself :) I copied this code from single-portfolio.php:
<?php
$avia_config['currently_viewing'] = "blog";
//get the sidebar
get_sidebar();
?>
And pasted it over the sidebar code on taxonomy-portfolio_entries.php.
Thanks anyway!