inovve

Wordpress If home page on paged blogroll

Mar 31st, 2015
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. <?php
  2.  
  3. if ( is_front_page() && !is_paged() ){
  4.         echo "<meta http-equiv='refresh' content='180' />";
  5. }
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment