• Resolved zainab-rox

    (@zainab-rox)


    Here is my blog so far: http://www.mascarata.co.cc.
    Currently I have not included a link anywhere to go back to the homepage.
    I would like a link next to the navigation bar under the header image, in <?php sandbox_globalnav() ?>, but this is proving difficult.

    I’ve tried to
    a) Make a new page which redirects to the homepage, but this isn’t effective as it loads up the new page, then loads up the homepage.
    b) Mess around with the coding myself to manually insert a link to the homepage next to the navigation bar, but it has an ugly bullet point next to it and sits on a different line, so I haven’t managed to fully disguise it as a page link.

    Any tips to help me achieve this?

Viewing 1 replies (of 1 total)
  • Thread Starter zainab-rox

    (@zainab-rox)

    Ok I found a solution, if anyone else has this problem.
    I completely cut out <?php sandbox_globalnav() ?> from the header.
    I replaced it with an opening ul tag, a hyperlink to the homepage in li tags, and <?php wp_list_pages('title_li=&sort_column=menu_order'); ?>. This is all contained in the ‘access’ div.
    In the stylesheet I entered:
    #access li {
    margin: 20px;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    display:inline;}

    And now it’s a horizontal list.

Viewing 1 replies (of 1 total)

The topic ‘Navigation problems in Sandbox theme’ is closed to new replies.