AskApache What Is This

Displays the Type of Page being displayed by WordPress.

Author:AskApache (profile at wordpress.org)
WordPress version required:2.5
WordPress version tested:2.8-bleedi
Plugin version:3.0
Added to WordPress repository:07-11-2007
Last updated:02-05-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:4
Plugin URI:http://www.askapache.com/wordpress/what-is-th...
Total downloads:2 072
plugin download
Click to start download

Adds the type of document to the tag for every page/feed/search/etc.. only for administrators and if the plugin is enabled.

Makes it easy for developers and code hackers to view the type of document currently being displayed by WordPress at any time, but only if the user is logged in.

  • is_admin
  • is_paged
  • is_archive
  • is_attachment
  • is_author
  • is_category
  • is_tag
  • is_comments_popup
  • is_date
  • is_day
  • is_feed
  • is_home
  • is_month
  • is_page
  • is_plugin_page
  • is_preview
  • is_robots,is_search
  • is_single
  • is_singular
  • is_time
  • is_trackback
  • is_year
  • is_404