I did that. It still will not work. I tried both methods. It will not show up on the page, at all.
Please help me or at least acknowledge that this is being worked on…
Is anyone able to help me figure it out? I am seeing moderators responding to other posts but not this one. I could really use the help from this support team.
I created a header called header-steps.php
I added the php code that I mentioned before into the header.php file at the end of the container, like so:
<!– end container–>
</div>
<?php
if ( is_next_steps() ) :
get_header( ‘steps’ );
endif
?>
<!– end container_wrap–>
</div>