Blinking topics
-
Hi guys
Please take a look at my site [https://darran.digital-pulse.net], the sidebar seems to be blinking in the sidebar, can anyone fix this for me?
Here is my code for the sidebar
<!-- begin sidebar -->
<div id="sidebar"><?php mainCounter('Visits:', ''); ?>
<?php TopHitsList(); ?>
<?php jal_get_shoutbox(); ?>
<?php xspf_player::start('category-tag'); ?>
<div id="calendar">
<?php get_calendar(); ?>
</div><?php if (function_exists('wp_theme_switcher')) { ?>
<div id="themes">
<h3><?php _e('Themes'); ?></h3>
<?php wp_theme_switcher(); ?>
</div>
<?php } ?><div id="categories">
<h3><?php _e('Categories:'); ?></h3>-
<?php wp_list_cats('sort_column=name&optioncount=1&feed=rss'); ?>
</div>
<div id="archives">
<h3><?php _e('Archives:'); ?></h3>-
<?php wp_get_archives('type=monthly&show_post_count=1'); ?>
</div>
<div id="blogroll">
<h3>Blogroll</h3>-
<?php get_links(-1, '
- ', '
', ' - '); ?>
</div>
<div id="meta">
<h3><?php _e('Meta:'); ?></h3></div>
</div>
<div class="both"></div>
</div>
<!-- end sidebar -->
- The topic ‘Blinking topics’ is closed to new replies.