Paulhinio
Member
Posted 2 years ago #
Hello...
I'd really like the sidebar that appears on the right to show up when you click through onto pages but I can't work out how to do this. I think this worked at first but I think i've broken it.
I would also like it if the sidebar that appears on my pages is different to the one on the homepage - if anyone knows how to do this please let me now : )
http://paulthurston.co.uk/?page_id=131
Can anyone help please?
Thanks
Looks like you've deleted most of the sidebar from every page but your Home page. Try re-uploading a fresh copy of the theme.
Paulhinio
Member
Posted 2 years ago #
Thanks Esmi...I have done that.
Do you know how I can set it up so that the sidebar that appears on my pages is different to the one on the homepage?
Really appreciate your help on this as i've been playing around with it for hours!
Paul
First you'd need a new sidebar file - let's call it sidebar-two.php. Then you'd need to edit all of your page templates with the exception of index.php - category.php, archive.php, page.php, search.php and tag.php. In each file, replace <?php get_sidebar();?> with <?php get_sidebar('two');?>.
Does that help?