Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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(); ?>

    Thread Starter wingvictory

    (@wingvictory)

    wow this is great! thank you, I’ll try this later tonight.

    if I wanted to make the next/random/previous pictures instead of text…how would I do that?

    did you ever find out? I want to know this too.

Viewing 3 replies - 1 through 3 (of 3 total)