pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
0 sec ago
deface
24 sec ago
Untitled
6 sec ago
Untitled
7 sec ago
Untitled
28 sec ago
Untitled
12 sec ago
Untitled
13 sec ago
Untitled
19 sec ago
Layout Width
Share Pastebin
Rick Beckman
By: a guest | May 28th, 2009 | Syntax:
PHP
| Size: 0.12 KB | Hits: 70 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
function
custom_rewind
(
)
{
if
(
is_frontpage
(
)
)
rewind_posts
(
)
;
}
add_action
(
'thesis_hook_before_content'
,
'custom_rewind'
)
;
create new paste
|
create new version of this paste
RAW Paste Data
function custom_rewind() { if (is_frontpage()) rewind_posts(); } add_action('thesis_hook_before_content', 'custom_rewind');