Duplicate Archive Menus
-
Hi,
There are two boxes for monthly archives (in my case, both saying July 2011), on all my pages except for the Archives page. My URL is https://www.fictionforfunandmoney.com.On the archives page, I did the following which got rid of one of the boxes for the archive page only. I still have two show up on all the other pages.
On the archives page, I changed:
<?php get_sidebar();get_sidebar('one');get_sidebar('duo'); ?>
to
<?php get_sidebar('one') ?>
This worked on the Archives page, but not on any of the others. I went searching through the Header page hoping I’d find something to do with sidebar there, but couldn’t find anything. Any help will be appreciated.
Also, let me know if I did the blockquotes right.
David Gere
[Please post code snippets between backticks or use the code button.]
- The topic ‘Duplicate Archive Menus’ is closed to new replies.