• https://www.snarkymalarkey.com

    I want to delete the three words – links – pages – at the top: Home, Archives and About. I tried to do this in the Header but I don’t know what I’m doing and I messed up the layout and had to start over.

    I don’t want any of those links, I want to make it very simple.

    Thanks!
    Julie

Viewing 1 replies (of 1 total)
  • Try this perhaps.

    In header.php remove the following code

    <li><a <?php if (is_home()) echo('class="current" '); ?>href="<?php bloginfo('url'); ?>">front page</a></li>
    		<li><a <?php if (is_archive() || is_page('archives')) echo('class="current" '); ?>href="<?php bloginfo('url'); ?>/archives/">archives</a></li>
    		<li><a <?php if (is_page('about')) echo('class="current" '); ?>href="<?php bloginfo('url'); ?>/about/">about</a></li>
Viewing 1 replies (of 1 total)
  • The topic ‘How to delete pages in Cutlines?’ is closed to new replies.