Viewing 5 replies - 1 through 5 (of 5 total)
  • You could hard code that menu into your current theme (ie add all of the link by hand). Or set up a special link category (call it something like “My Site”), add each of the links from your main site to this link category and then add:

    <ul>
    <?php wp_list_bookmarks('title_li=Main Site&category_name=My Site'); ?>
    </ul>

    to your current sidebar.php file.

    Thread Starter robsavino

    (@robsavino)

    I am not sure where I go to edit the theme.

    Admin/Appearance/Editor.

    Thread Starter robsavino

    (@robsavino)

    Do I add my links in here?

    You won’t add your links in Admin > Appearance > Editor. Instead, go to Admin > Links > Link Categories and create a category where you’ll add all of your links. Then reference the category name in the code esmi provided, which goes in the editor:

      <?php wp_list_bookmarks(‘title_li=Main Site&category_name=My Site‘); ?>

    [signature moderated Please read the Forum Rules]

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘web page links on main wordpress page’ is closed to new replies.