• When a search is entered on my blog the results show the permanent link to the page along with some page content. In this content the hyperlink is not showing as a link but just text. When on the page the hyperlink does show. How do I include the hyperlink into the search result?

Viewing 1 replies (of 1 total)
  • Try something like:

    <h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>

    in search.php

Viewing 1 replies (of 1 total)
  • The topic ‘Search result not showing page hyperlink’ is closed to new replies.