This is the right code
Go to standard.php
Change
<h2>< ?php the_title();?></h2>
to
<h2 class="contentheading"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
this one definately works
This is the right code
Go to standard.php
Change
<h2>< ?php the_title();?></h2>
to
<h2 class="contentheading"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
this one definately works