• Resolved DavidF88

    (@davidf88)


    How can i remove the post title link so you can’t go to single page. I just want the reader to read the whole post as its already set as full post NOT excerpt?

Viewing 1 replies (of 1 total)
  • Theme Author Frumph

    (@frumph)

    This is in functions/displaypost.php

    comment out these two lines by putting // in front of them

    if (is_home() || is_search() || is_archive() && !is_page()) $post_title .= "<a href=\"".get_permalink()."\">";
    		if (is_home() || is_search() || is_archive() && !is_page()) $post_title .= "</a>";
Viewing 1 replies (of 1 total)
  • The topic ‘Remove post title link’ is closed to new replies.