Forums

Two different Menu for two different pages (19 posts)

  1. blackrose28
    Member
    Posted 10 months ago #

    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

  2. esmi
    Theme Diva & Forum Moderator
    Posted 10 months ago #

    You would need to create a custom page template with its own sidebar template file.

  3. blackrose28
    Member
    Posted 10 months ago #

    Okay, I tried it.

    Thank you very much for this fast respond.

  4. blackrose28
    Member
    Posted 10 months ago #

    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

  5. blackrose28
    Member
    Posted 10 months ago #

    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?

  6. blackrose28
    Member
    Posted 10 months ago #

    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.

  7. blackrose28
    Member
    Posted 10 months ago #

    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

  8. esmi
    Theme Diva & Forum Moderator
    Posted 10 months ago #

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

  9. blackrose28
    Member
    Posted 10 months ago #

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

  10. esmi
    Theme Diva & Forum Moderator
    Posted 10 months ago #

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

  11. blackrose28
    Member
    Posted 10 months ago #

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

    Thanks

  12. blackrose28
    Member
    Posted 10 months ago #

    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 :)

  13. esmi
    Theme Diva & Forum Moderator
    Posted 10 months ago #

    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.

  14. blackrose28
    Member
    Posted 10 months ago #

    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. "

  15. esmi
    Theme Diva & Forum Moderator
    Posted 10 months ago #

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

  16. blackrose28
    Member
    Posted 10 months ago #

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

    Thank you

  17. blackrose28
    Member
    Posted 10 months ago #

    So, the most is done. I'm so happy it works. But, there is just one little thing left. if you go on the page http://www.heikejarick.com/hj/resume there is still a "second menu" on the top left of the page and i don't know how I can delete this. I tried a couple of things in my template. But it's still there.

    May you know where I can find it and delete?

    Thank you

  18. esmi
    Theme Diva & Forum Moderator
    Posted 10 months ago #

    Um - I think something has gone seriously wrong here. Your page content appears to be in your header!

  19. blackrose28
    Member
    Posted 10 months ago #

    Was a stupid mistake. I had a custom footer in my template. Now it looks how it should..

    Thanks

Reply

You must log in to post.

About this Topic