• You’d think that will twenty eleven we’d get a “Display Page Title? ON OFF” option when creating new pages but no…

    I have my page title being removed on specific pages with a simple:
    .entry-title {
    display:none;
    }

    But for the pages that still have a page title header, what file is telling it to be hyperlinked? I think I have looked everywhere.

    Any help would be awesome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I am not exactly sure what you mean with out seeing your site.

    But I do now that the loop assigns a hyperlink to titles. I don’t recommend messing with the loop unless you know what you are doing. But then again we all have to learn sometime.

    If its just CSS you are talking about then its the style.css file. Again I need to see the site.

    Thread Starter crobley

    (@crobley)

    Hi again, I assume the page above is a page and not a post.

    If it is you will have to go into the page.php file and remove the
    “a href ” from around <?php the_title()?> it should look somehting like this.

    <a href="<?php the_permalink()" /> <?php the_title()?> </a>

    Change it to <?php the_title()?> on its own.

    Hope this helps.

    Make sure to backup files before making changes as an unskilled hand could break wordpress completely.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove link from page title.’ is closed to new replies.