sticky_class

Definition:
function sticky_class( $post_id = null ) {}

Display "sticky" CSS class, if a post is sticky.

Parameters

  • int $post_id: An optional post ID.

Source code

function sticky_class( $post_id = null ) {

	if ( !is_sticky($post_id) )

		return;



	echo " sticky";

}

2913

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: