Archive by Author

is_sticky

Check if post is sticky.Sticky posts should remain at the top of The Loop. If the post ID is not given, then The Loop ID for the current post will be used.

2191

Continue reading

is_site_admin

Determine if user is a site admin.Plugins should use is_multisite() instead of checking if this function exists to determine if multisite is enabled.

2187

Continue reading

is_singular

Is the query for a single post of any post type (post, attachment, page, … )?If the $post_types parameter is specified, this function will additionally check if the query is for one of the Posts Types specified.

2185

Continue reading