Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Lester Chan

    (@gamerz)

    Thanks! I wish more people are like you and read the instructions!

    Sounds good! Where are the instructions, please?

    Found instructions! Downloaded my theme’s index.php, page.php, portfolio.php, etc.
    Could not find <?php while (have_posts()) : the_post(); ?> anywhere in any of them?

    Usage
    Open wp-content/themes/<YOUR THEME NAME>/index.php. You should place it in single.php, post.php, page.php, etc also if they exist.
    Find: <?php while (have_posts()) : the_post(); ?>
    Add Anywhere Below It: <?php if(function_exists(‘wp_print’)) { print_link(); } ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Easy to implement once you read the instructions!’ is closed to new replies.