Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18685
    agermanucf
    Member

    Hi, is the page title supposed to be a link to it’s own page? i.e. the page title for page 3 is “Page 3”, and it is a link to mydomain.com/page3

    I can not find anywhere to remove this. I like the page title being displayed, but since I changed the link color for the site, now the page title has taken on this property. I’d prefer to just have it the normal h2 class without being a link.

    Before I go manually changing every page, I figured I would check to see if there was a quicker and more automated solution.

    Thanks!

    #18707
    Sakin
    Keymaster

    @agermanucf: If you want to remove link from your page title then you need to build child theme and then create a functions.php file and then copy the function
    simplecatch_loop() from simplecatch_functions.php file and edit it.

    #18721
    agermanucf
    Member

    Hi, thank you for the reply.

    Hm, well that seems a bit complex, especially for such a minor edit. I think it’d be easier to just add a line of CSS so the page title’s not displayed, and then type it in manually on each page. I only have 7-8 pages anyway, so not a big deal.

    What I still don’t understand, is why the page title is a link to itself anyways? What is the point?

    Thanks again for the response!

    Andy

    #18732
    Sakin
    Keymaster

    @agermanucf: People will use pages in the page and post. So, if you want to link back to the main page then the title is useful. You can add the following CSS in “Appearance => Theme Options => Custom CSS” to hide the title only from the pages.
    .page .entry-title { display: none; }

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Simple Catch – Page Title – remove as link’ is closed to new replies.