hi I am trying to do this too. i am new so people bare with me.
I’ve been trying to post the Code in single.php (both for the next/previous/random buttons) nothing is working. here is my coding without the button text…where do I paste the code to make the new links?
<?php get_header(); ?>
<!– /////////////////////////////////////////////////////////////////////// –>
<!– // // –>
<!– /////////////////////////////////////////////////////////////////////// –>
<div id=”content_container”>
<div id=”content_wrapper”>
<?php include “templates/”.get_single_cat_type().”/”.get_cat_single_template().”.php”; ?>
</div><!– END div#content_wrapper –>
</div><!– END div#content_container –>
<?php get_footer(); ?>