Register or log in:



Hot Tags

Blog Oh! Blog Forums » Wordpress Themes

Xplosive Reloaded top menu

(4 posts)

  1. km
    Member

    I need to add quite a few pages & dont want every page to be shown in the top menu. Can u help me in defining how to show only the pages i choose to show.
    Secondly i would also like to add 2 links outside the blog to the menu for which if i edit the header the link appears but dose not follow the same css as like other links.

    Regards

    Posted 6 months ago #
  2. For the pages that you do not want to show, keep them as drafts. And, in order to add menu items, put class="page_item" in your new links.

    Posted 6 months ago #
  3. km
    Member

    I think I was not able to explain my issue,

    here I go once again,
    for example I have published pages 1, 2, 3, 4, 5, 6, & now i want only pages 2,3,4, to appear in the menu but still I want pages 1, 5, 6 to remain published but not visible in the menu. how to do that.

    Beside this I also need one more link wwww.abc123.com to appear along with HOME, PAGE 2, PAGE 3, PAGE 4, 123ABC, ...............

    how to add this link.

    Hope now i am able to clear myself ;)

    Posted 6 months ago #
  4. artesea
    Member

    In the header file you'll have a line with this:
    <ul id="menu" style="float:left;">
    remove the bit after which create links to all your pages (some kind of php code) and replace them with the links you want eg.
    <li><a href="/page-1/">Page 1</a></li>
    <li><a href="/page-2/">Page 2</a></li>
    <li><a href="http://www.abc123.com/">ABC123</a></li>
    etc

    Posted 6 months ago #

RSS feed for this topic

Reply

You must log in to post.

{ A Forum of Blog Oh! Blog }