Blogroll to show on all pages – sitewide
-
I updated my sidebar code in an attempt to get Blogroll to show up on all pages – sitewide. This sort of worked as blogroll now does appear on all pages. But as I update Blogroll (add links) they are not shown on all pages the same, i.e. the Blogroll looks different on home page versus category page etc. And yes I did hit refresh. Maybe there is a more elegant way to code this?
<?php /* If this is on any page */ if ( is_home() || is_page() || is_single() || is_category() ) { ?>
<?php get_links_list(); ?>
<?php } ?> -
- The topic ‘Blogroll to show on all pages – sitewide’ is closed to new replies.