diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index a459df0bdf..6230106bab 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -318,7 +318,7 @@ function get_post_class( $class = '', $post_id = null ) { $classes[] = 'type-' . $post->post_type; // sticky for Sticky Posts - if ( is_sticky($post->ID) && is_home()) + if ( is_sticky($post->ID) && is_home() && !is_paged() ) $classes[] = 'sticky'; // hentry for hAtom compliace