Viewing 3 replies - 1 through 3 (of 3 total)
  • You will need to set up a link somewhere on the page. I recommend using the default option; in the <h2> title of the post, like so:

    <h2><a href='<?php echo get_permalink($post->ID)?>'><?php the_title(); ?></a></h2>

    or similar

    the link should be in this line:
    <h2><?php the_title(); ?></h2>

    try and change it to:
    <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>

    Thread Starter keljnr

    (@keljnr)

    Brilliant, thanks for the help guys! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No links in search results’ is closed to new replies.