hello,
i thought for a while and i am thinking of coding what i want. the only problem is that the header.php file takes the sections I need, takes from your plugins.
for example this code;
<?php
/**
* Functions hooked into gwangi_header action
*
* @hooked gwangi_header - 10
* @hooked gwangi_grimlock_header - 10
* @hooked gwangi_grimlock_before_content - 20
*/
do_action( 'gwangi_header' ); ?>
I want to know which plugin file has this code down below. so I can edit the after you tell me.
<nav id="navigation" class="navbar-expand-lg grimlock-navigation site-navigation main-navigation grimlock-navbar navbar navbar--classic-center navbar--container-classic">
<div class="navbar__container">
<div class="navbar__header">
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navigation-collapse" aria-controls="navigation-collapse" aria-expanded="false" aria-label="Toggle navigation">
<span></span>
</button>
Thank you