Different Header Files Wordpress

by 2 replies
3
I made ​​a wordpress theme, I have some header files. I would like to appear on the Appearance> Menus such as:

Code:
- Header
-- Header 1
-- Header 2
-- Header 3
with Header 1, 2 and 3 call header1.php, header2.php, header3.php file. how can I do that?

Thanks
#programming #files #header #wordpress
  • Actually i am not understand but may be you want the 3 pages will display 3 different header...
    • [1] reply
    • Thanks vrtechnologies for reply

      No, each page will display the same header in accordance with the chosen header.

      So, we can choose the types of headers that will be used for the web.
      I have header1.php, header2.php etc.. So I want to display the menu and call the header file as I said above.

Next Topics on Trending Feed

  • 3

    I made ​​a wordpress theme, I have some header files. I would like to appear on the Appearance> Menus such as: Code: - Header -- Header 1 -- Header 2 -- Header 3 with Header 1, 2 and 3 call header1.php, header2.php, header3.php file. how can I do that?