classes.php
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
f252150f31
commit
e67e0bb9e2
|
@ -54,7 +54,7 @@ function comicpress_body_class($classes = '') {
|
|||
}
|
||||
|
||||
if ( is_sticky( $wp_query->post->ID ) ) {
|
||||
$classes[] = 'single-sticky';
|
||||
$classes[] = 'sticky-post';
|
||||
}
|
||||
|
||||
// NOT hijacked from anything, doi! people should do this.
|
||||
|
|
Loading…
Reference in New Issue