Page 1 - Pagination Conditional


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php
  2. //Checks if paginated page is less than page 2
  3. if( get_query_var('paged') < 2){
  4. slidedeck(1234);
  5. }
  6. ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.