Hi,
I am new to this, so may be confused... but the theme I have chosen (fresh-10) doesn't seem to have a blog roll. Am I being blind, or is there a way to add this?
my site is at http://www.visadiaries.com/wordpress
thanks,
kate
Hi,
I am new to this, so may be confused... but the theme I have chosen (fresh-10) doesn't seem to have a blog roll. Am I being blind, or is there a way to add this?
my site is at http://www.visadiaries.com/wordpress
thanks,
kate
Could be a relatively easy fix.
Check out the sidebar.php file from the Presentation -> Theme Editor menu option.
From there select sidebar.php. Within this you should be able to use the "wp_get_links" template tag.
Here's an example
<?php wp_get_links('1'); ?>
This will get the links for the category "1".
Here's more on this tag
http://codex.wordpress.org/Template_Tags/wp_get_links#Example_2
Hope this helps
-NEX
Looks like it supports widgets, just drop it in there (Presentation:Sidebar Widgets).
THANK YOU! worked like a charm...
kate :)
This topic has been closed to new replies.