• Resolved jos3m

    (@jos3m)


    Hello,
    I am new in wordpress and I am already building my first site. I have been reading about wordpress and how to properly work with it but I have a few questions which I expect you guys to answer me.

    I am using a child template to avoid make modifications in the core template, which is twenty thirteen by the way, now I want to change the position of the menu, what should I do? Copy the header.php file inside my child template folder and then modify it? And if I do this and the parent template updates, my new header.php will updated too? It is the correct approach?

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • That is exactly the correct approach!

    When the parent theme updates, your child theme will not be changed.

    If there are any changes made to the parent in the future that you want to carry over to your child theme, you will need to do that manually.

    Hope this helps.

    Thread Starter jos3m

    (@jos3m)

    Thanks a lot Diana, it was really helpful!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Modify menu position in child theme’ is closed to new replies.