i have short question which is probably super easy to answer but i'm with stupid today..
can someone please tell me the proper syntax to close the <h4> in my array and explain the correct syntax to me? thanks!
<?php
wp_nav_menu(
array(
'theme_location' => '1st_menu',
'before' => '<h4 '<?php if ( is_page('5')) { echo ' id="visible"'; } ?> >',
'after' => '</h4>'
)
);
?>
<?php) while you already are in PHP, to the second<?phpis a syntax error.