• Hi,
    I’m new with wordPress and have a problem. We have our homepage and it is working fine. We have a menu on the sidebar, which is going through the whole page and all it’s sub pages. Now my boss would like to have a page, that she can use for her resume for consulting and co. This should just be reachable through a link. No Problem until here. But now she want two have instead of the regular menu a menu just with the sub pages for her resume, and it should just be visible for the people who get the link to the resume and they should not be aible to see the other (regular site) Menu.

    Is this possible? Please can anyone help me? 🙂

    I hope you can understand what I tried to explain.

    Thank you

Viewing 15 replies - 1 through 15 (of 18 total)
  • You would need to create a custom page template with its own sidebar template file.

    Thread Starter blackrose28

    (@blackrose28)

    Okay, I tried it.

    Thank you very much for this fast respond.

    Thread Starter blackrose28

    (@blackrose28)

    Okay, I read your link. But to be honestly with you. I have no idea how i can do this. I even don’t now how to create a new Custom Page Template for a Page. I looked on my WordPress admin page.. but i have no idea…

    Maybe you now an site with an “how to do…. for dummies like me”

    Thank you

    Thread Starter blackrose28

    (@blackrose28)

    Actually, I figured out the php and co. But now, how can I create a custom template in which I can ad a new menu?

    Thread Starter blackrose28

    (@blackrose28)

    Hi,

    I don’t know, what else I can do, in the last few hours I tried everything to get a template, whit out my regular Menu. Whenever I think something works all the actual text of my page is gone and I have my “home” Page with changing background images and the complete menu on this page instead.

    If there is somebody who could help me, please do so 🙂

    Thank you.

    Thread Starter blackrose28

    (@blackrose28)

    Here is the url to the page I am talking about

    http://www.heikejarick.com/hj/resume

    and insteat of the menu on the side there should be an new menu with the 4 points on top of this page

    First, create your custom page template and apply it to that page.

    Thread Starter blackrose28

    (@blackrose28)

    I just did. Now I can’t see anything.. just white

    Then you need to review that Codex page again. There must be an error in your custom page template.

    Thread Starter blackrose28

    (@blackrose28)

    Okay, I will try. Thank you very much for your indulgence with me.

    Thanks

    Thread Starter blackrose28

    (@blackrose28)

    Well okay, the most of it is working. I just don’t know, how I get the new menu in the “old” look with the new content.. but tomorrow is another day 🙂

    OK – so now copy the existing sidebar template file, name the copy sidebar-custom.php, customise it and then change <?php get_sidebar());?> to <?php get_sidebar('custom'));?> in your new page template.

    Thread Starter blackrose28

    (@blackrose28)

    ok, I tried. I started and saved the new sidebar, sidebar-custom.php (still with the original content without any changes just to see, if it works) and changed my page template with <?php get_sidebar(‘custom’));?>

    If I go on the page now, it says
    “Server error
    The website encountered an error while retrieving http://heikejarick.com/hj/resume. It may be down for maintenance or configured incorrectly.
    Here are some suggestions:
    Reload this web page later.
    HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request. ”

    Sorry – my bad. There was a typo in my post. Try using <?php get_sidebar('custom');?>

    Thread Starter blackrose28

    (@blackrose28)

    Thank you, now it’s working. Now I will try to customize the sidebar template file.

    Thank you

Viewing 15 replies - 1 through 15 (of 18 total)

The topic ‘Two different Menu for two different pages’ is closed to new replies.