no links?
-
Hi,
I just installed this and applied the template; however, the links aren’t showing up under the “links” section. Any idea how to fix or what i’m doing wrong?I’m new to wordpress, so that might explain it.
I entered links in the “back-end” of WordPress, and I also tried to do it manually in the sidebar.php section. (It already had the list items there, so i just changed the top one to a link…. however the list items have never shown up on the live page.)
Here’s the sidebar.php code that came w/ the template if that helps any.
<div id="sidebar"> <ul class="categorytext"><?php wp_list_categories('title_li=<h2></h2>');?></ul> <div class="newcomments"> <?php if (function_exists('get_recent_comments')) { ?> <ul><?php get_recent_comments(); ?></ul> </div> <div class="linkstext"> <ul> <li><a href="https://poptropica.com">Poptropica</a></li> <li><a href="#">can be put right here</a></li> <li><a href="#">link to friends</a></li> <li><a href="#">or maybe archives</a></li> <li><a href="#">whatever You want, bud</a></li> </ul> </div> <?php } ?> <?php if (function_exists('get_flickrRSS')) { ?> <ul class="flickr"> <?php get_flickrRSS(); ?> </ul> <?php } ?> </div> </div>
thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘no links?’ is closed to new replies.