I added the php coding to the sidebar as directed in the codex, but it still won’t come up as dynamic. Help!
<div class="sidebar">
<ul>
<?php if ( !function_exists('dynamic_sidebar')
|| !dynamic_sidebar() ) : ?>
<li>
<h2><?php _e('Pages'); ?></h2>
<ul>
<a href="<?php bloginfo('siteurl'); ?>" title="Home">Home</a>
<?php wp_list_pages('title_li='); ?>
<?php endif; ?>
</ul>
</li>
<li><!-- Categories -->
<h2><?php _e('Categories'); ?></h2>
<ul>
<?php list_cats(0, '', 'name', 'asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','','') ?>
</ul>
</li><!-- End of Categories -->
<!-- <li>
<h2><?php _e('Links'); ?></h2>
<ul>
<?php get_links(-1, '<li>', '</li>', '', TRUE, 'url', FALSE); ?>
</ul>
</li> --> <!-- End of Links -->
<li><!-- Archives -->
<h2><?php _e('Archives'); ?></h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li><!-- End of Archives -->
<?php if ( is_home() || is_page() ) { ?>
<?php if (function_exists('wp_theme_switcher')) { ?>
<li>Themes:
<?php wp_theme_switcher('dropdown'); ?>
</li>
<!-- End of Theme switcher -->
<?php } ?>
<li><!-- Feeds -->
<h2><?php _e('Feeds'); ?></h2>
<ul>
<li><a href="<?php bloginfo('rdf_url'); ?>" title="RDF/RSS 1.0 Feed">RDF/RSS 1.0</a></li>
<li><a href="<?php bloginfo('rss_url'); ?>" title="RSS 0.92 Feed">RSS 0.92</a></li>
<li><a href="<?php bloginfo('rss2_url'); ?>" title="RSS 2.0 feed">RSS 2.0</a></li>
<li><a href="<?php bloginfo('atom_url'); ?>" title="Atom feed">Atom</a></li>
<li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="Comments RSS 2.0 Feed">Comments [RSS 2.0]</a></li>
</ul>
</li><!-- End of Feeds-->
<li><!-- Meta -->
<h2>Site Admin</h2>
<ul>
<li><?php wp_loginout(); ?></li>
<?php wp_register(); ?>
</ul>
</li><!-- End of Meta -->
<?php } ?>
</ul>
</div>
]]>Normally, I’ve found that’s because there’s a php code of “if home” or something like that, but this sidebar doesn’t have anything like that.
</li><!-- End of Pages -->
<li><!-- Categories -->
<h2><?php _e('Categories'); ?></h2>
<ul>
<?php list_cats(0, '', 'name', 'asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','','') ?>
</ul>
</li><!-- End of Categories -->
<li><!-- Links -->
<h2><?php _e('Links'); ?></h2>
<ul>
<?php get_links(-1, '<li>', '</li>', '', TRUE, 'url', FALSE); ?>
</ul>
</li><!-- End of Links -->
<li><!-- Archives -->
<h2><?php _e('Archives'); ?></h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li><!-- End of Archives -->
HELP!
]]>Im trying to figure out why it drops my blog down a line or two before the theme starts up, even the red cross button at the top doesn’t reach the top. I checked and cant find anything that seems the reason to me. Can someone help?
I have my own modified version of the bligblog theme.
]]>For the curious, the (broken to show here) links are to:
https:// www. bliggle. com
https:// www. verifiedcharge. com
https:// www. verifiedpass. com
If you notice any hidden links in a theme, please yell about it.
Kudos to Sushubh for spotting this.
]]>Im using the BLIGBLOG theme right now and Id like to continue using that but just edit it a bit. Only thing is the sidebar is at the bottle. Look : https://www.damienbenoit.com/blog/
I didn’t mess with any of the theme codes, I just activated it. So what do I have to do to fix this problem.
Im sorry I been posting so much, I hate having to ask questions. I like figuring things out myself. But I really dont want to mess this thing up more. HELP!
]]>