Skip to content

Commit

Permalink
Merge pull request #42 from rondiver/patch-1
Browse files Browse the repository at this point in the history
Update search.php to include permalink in the result title.
  • Loading branch information
rachelbaker committed Apr 12, 2012
2 parents 4d71e7c + 490a30b commit 26cb2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search.php
Expand Up @@ -23,7 +23,7 @@
<div class="row content">
<div class="span8">
<?php while ( have_posts() ) : the_post(); ?>
<h2><?php the_title();?></h2>
<a href="<?php the_permalink(); ?>" title="<?php the_title();?>"><h2> <?php the_title();?></h2></a>
<p><?php the_excerpt();?></p>
<hr />

Expand Down

0 comments on commit 26cb2bc

Please sign in to comment.