Ticket #13666: paged-sticky-class.diff
File paged-sticky-class.diff, 423 bytes (added by , 15 years ago) |
---|
-
post-template.php
318 318 $classes[] = 'type-' . $post->post_type; 319 319 320 320 // sticky for Sticky Posts 321 if ( is_sticky($post->ID) && is_home() )321 if ( is_sticky($post->ID) && is_home() && !is_paged() ) 322 322 $classes[] = 'sticky'; 323 323 324 324 // hentry for hAtom compliace