Question on aquafluid theme/sidebar format
-
I’ve got Aquafluid installed: https://themes.wordpress.net/columns/2-columns/795/aquafluid-10/
What I want to know is how to get the sidebar to show on ALL pages, not just the home page. Here’s the code:
<div id="sidebar">
<ul>
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar() ) : else : ?>
<?php if(is_home()) {?>
<li>
<h2><?php bloginfo('name');?></h2></li>
<?php }?>
<?php global $aq_pages; if ($aq_pages <> "" ){ ?><?php }?>
<edit> snipped code </edit>
I removed: <?php if(is_home()) {?>`, but that throws an error.
Anyone know how I can keep the entire sidebar on ALL my pages?
Here’s my site, BTW: https://wearedepthrecordings.com/1/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Question on aquafluid theme/sidebar format’ is closed to new replies.