422 results found for “tags”. Showing results 226 to 250.
-
functionis_front_page()
Determines whether the query is for the front page of the site.
-
functionis_home()
Determines whether the query is for the blog homepage.
-
functionis_month()
Determines whether the query is for an existing month archive.
-
functionis_page()
Determines whether the query is for an existing single page.
-
functionis_paged()
Determines whether the query is for a paged result and not for the first page.
-
functionis_preview()
Determines whether the query is for a post or page preview.
-
functionis_search()
Determines whether the query is for a search.
-
functionis_single()
Determines whether the query is for an existing single post.
-
functionis_singular()
Determines whether the query is for an existing single post of any post type (post, attachment, page, custom post types).
-
functionis_time()
Determines whether the query is for a specific time.
-
functionis_trackback()
Determines whether the query is for a trackback endpoint call.
-
functionis_year()
Determines whether the query is for an existing year archive.
-
functionis_404()
Determines whether the query has resulted in a 404 (returns no results).
-
functionis_main_query()
Determines whether the query is the main query.
-
functionin_the_loop()
Determines whether the caller is in the Loop.
-
hookpre_get_posts
Fires after the query variable object is created, but before the actual query is run.
-
Retrieves the currently queried object.
-
methodWP_Query::is_archive()
Determines whether the query is for an existing archive page.
-
methodWP_Query::is_tag()
Determines whether the query is for an existing tag archive page.
-
methodWP::handle_404()
Set the Headers for 404, if nothing is found for requested URL.
-
functionis_new_day()
Determines whether the publish date of the current post in the loop is different from the publish date of the previous post in the loop.
-
functionis_blog_installed()
Determines whether WordPress is already installed.
-
function_cleanup_header_comment()
Strips close comment and close php tags from file headers used by WP.
-
functionwp_script_is()
Determines whether a script has been added to the queue.
-
hookedit_post_link
Filters the post edit link anchor tag.