• Resolved papa4174

    (@papa4174)


    First off I am completely new to all of this so please bear with me. I installed a new theme. I am trying to tinker with a few things.

    First off when you go to my site and click on the Blog entry “EXAMPLE BLOG POST” that same title still remains clickable on the next page. How can I turn that off so it is just there, inactive and and just part of the copy.

    Here is my site https://prizepapa.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Remove the anchor in single.php. If you don’t know what that means look in single.php for something like …

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

    … and remove the link as such …

    <h2><?php the_title() ?></h2>

    Thread Starter papa4174

    (@papa4174)

    Worked like a charm. Thank you LenK!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help me with my theme… very basic questions’ is closed to new replies.