My blogrolls won’t take on the theme format! :(
-
I downloaded a theme onto my blog at http://www.whynotlime.com. I want to figure out why my blogroll isn’t picking up the same format as the other link lists in the sidebars, esp. since I’ve made no edits to the downloaded theme. Here is the code for my right sidebar. What should I edit? Any suggestions? Thanks!
<div id=”sidebar”>
<ul class=”sidebar_list”>
<?php if (!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(2)) : ?>
<li class=”widget”>
<h2>Search It!</h2>
<?php include (TEMPLATEPATH . ‘/searchform.php’); ?><li class=”widget”>
<h2>Recent Entries</h2>-
<?php query_posts(‘showposts=10’); ?>
- “><?php the_title() ?><span class=”recent_date”><?php the_time(‘n.j’) ?></span>
- /archives” title=”Visit the archives!”>Visit the archives for more!
<?php if (have_posts()) : while (have_posts()) : the_post(); ?><?php endwhile; endif; ?>
<?php if (function_exists(‘get_flickrrss’)) { ?>
<li class=”widget”>
<h2><span class=”flickr_blue”>Flick</span><span class=”flickr_pink”>r</span></h2>
<ul class=”flickr_stream”>
<?php get_flickrrss(); ?><?php } ?>
<?php get_links_list(‘id’); ?>
<?php endif; ?></div>
-
uh oh looks like it didn’t post right. I honestly think my problem is with the last 3 lines anyway (before </div>)
Thanks!
-
Since you are self-hosted and using the software downloaded from wordpress.org, you need to direct your question to http://wordpress.org/support/ . WordPress.com uses a multi-user version of the software which is different and few, if any, here know anything about it.
-
-
- The topic ‘My blogrolls won’t take on the theme format! :(’ is closed to new replies.