If you look @ http://dylanminter.com/mariahsrelish/
No matter what theme I use I don't get a homepage link in the sidebar.
I looked @ sidebar.php and it seems to have the coding in there...
is there a setting I am missing,
Thank you in advance!!!
If you look @ http://dylanminter.com/mariahsrelish/
No matter what theme I use I don't get a homepage link in the sidebar.
I looked @ sidebar.php and it seems to have the coding in there...
is there a setting I am missing,
Thank you in advance!!!
It appears your current theme is using the Navigation section of your sidebar to display a menu.
Most themes use the function wp_list_pages() to create this type of list; and, then use CSS to style it.
You can try editing your sidebar.php and changing the "wp_list_page" to "wp_page_menu" which is basically the same function with a built in "Home" page added to the beginning of the list.
The two functions are nearly identical in their outputs, although you can add some additional CSS to style your "Home" link further.
This topic has been closed to new replies.