Forums

Home Page not in Navigation (3 posts)

  1. dylanminter
    Member
    Posted 2 years ago #

    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!!!

  2. Shane G
    Member
    Posted 2 years ago #

    Hi,

    Refer this article:

    http://codex.wordpress.org/Customizing_Your_Sidebar

    Thanks,

    Shane G.

  3. Edward Caissie
    Member
    Posted 2 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic