If you look at my main web page: http://www.cjvictoria.com/ I have all of the sites links at the top. How can I put all of my site links on the main wordpress page? http://www.cjvictoria.com/fishingreports/
If you look at my main web page: http://www.cjvictoria.com/ I have all of the sites links at the top. How can I put all of my site links on the main wordpress page? http://www.cjvictoria.com/fishingreports/
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.
I am not sure where I go to edit the theme.
Admin/Appearance/Editor.
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:
[signature moderated Please read the Forum Rules]
This topic has been closed to new replies.