• Resolved wpuser155

    (@wpuser155)


    I would like to to remove the link from all headlines. In other words just make the headline a header and not a link to a separate page.

    Thanks..

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Organic Themes

    (@organicthemes)

    Hello,

    Within the loop-blog.php file, change the following code from this:

    <h2 class="headline"><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php esc_attr( the_title_attribute() ); ?>"><?php the_title(); ?></a></h2>

    To this:

    <h2 class="headline"><?php the_title(); ?></h2>

    That should do the trick. Thanks!

    Thread Starter wpuser155

    (@wpuser155)

    It works perfectly, thanks !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Headline link’ is closed to new replies.