• Hello all,

    I need to display my theme’s top menu (header) on every single portfolio item page, above the navigation bar, just like it happens on the main page (header/footer are being correctly displayed there). I know this is usually achieved by calling get_header(), and this theme is no different. I also know that the navigation bar is being built in scripts.js, but I don’t think it is correct to call get_header() from there. How can I do it?

    Sidenotes:
    1. Similarly, I needed to display the theme’s footer on single portfolio item pages, and I managed to do it by simply calling get_footer() on content-sharing-portfolio.php, but with the header, it seems it isn’t that simple.
    2. I don’t know if this is important, but the theme I’m using/modifying is Frost.

    • This topic was modified 8 years, 2 months ago by blacknail. Reason: Fixed text
  • The topic ‘Display top menu on single portfolio item pages’ is closed to new replies.