Share Pastebin
Guest
Public paste!

Rick Beckman

By: a guest | May 28th, 2009 | Syntax: PHP | Size: 0.12 KB | Hits: 70 | Expires: Never
Copy text to clipboard
  1. function custom_rewind() {
  2. if (is_frontpage()) rewind_posts();
  3. }
  4. add_action('thesis_hook_before_content', 'custom_rewind');