I switched templates and I’m starting to get the feel for this…a bit.
I see what you mean about the get_header > header.php
But when I pull up header.php all that in it is:
<div id="header">
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
<div class="description"><?php bloginfo('description'); ?></div>
</div>
I’m looking to edit the source:
<div id="slimmenu"><ul><li class="page_item page-item-2 current_page_item"><a href="https://axiom-media.com/work/fdb/?page_id=2" title="ABOUT">ABOUT</a></li>
<li class="page_item page-item-11"><a href="https://axiom-media.com/work/fdb/?page_id=11" title="LINEUP">LINEUP</a></li>
<li class="page_item page-item-13"><a href="https://axiom-media.com/work/fdb/?page_id=13" title="SHIT LIST">SHIT LIST</a></li>
</ul></div>
So I get what you’re saying, but it’s not the actual page source. Why is that and how can I access it? Is my only option to choose another template and edit that to my whims?