• I use ths code on a page to display the subheading of posts, which works fine;

    <?php if (function_exists('the_subheading')) { the_subheading('<h3>', '</h3>'); } ?>

    My question is how do i make the subheading link back to the post when clicked.

    I link the regular heading like this;

    <h2><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h2>
     >

    Thanks

    http://wordpress.org/extend/plugins/subheading/

  • The topic ‘Linking back to the post’ is closed to new replies.