• Okay, I just installed WordPress, and everything was going dandy until I tried to add a Link category called “Content”. When I refreshed, my Content links moved to the right. Is there a way, I can bring it back so it matches up with my Categories which is right below it? I’m not sure why this is happening. ??
    This is the code I have in my footer.php file:
    code
    <div id=”menu”>

      <?php get_links_list(); ?>
      <li id=”categories”><?php _e(‘Categories:’); ?>
      <?php wp_list_cats(); ?>

    If you want to see my problem, my wp site is currently located here: https://www.asianglow.net/wp.
    Any suggestions would be greatly appreciated! Thanks very much.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Question about Links’ is closed to new replies.