M
M
mUchenik2018-07-09 11:41:55
WordPress
mUchenik, 2018-07-09 11:41:55

How to screw header/header-logo correctly?

All good and healthy!
Dear experts, tell me how to fasten the header/header-logo inside the div?
The bottom line is, there are divs:

<div class="my_new_menu"><?php get_template_part( 'header/header-menu' ) ?></div>

In it I connect the menu. How to correctly register, what would be in the same div, include header/header-logo?
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Orkhan Hasanli, 2018-07-10
@mUchenik

And who forbids you to do this:

<div class="my_new_menu">
<?php get_template_part( 'header/header-logo' ) ?>
<?php get_template_part( 'header/header-menu' ) ?>
</div>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question