WordPressで、どのドキュメントタイプが使用されているか表示するプラグイン -aa-whatisthis

aa-whatisthisは、WordPressのルーチンによって、各ページがどのドキュメントタイプが使用されているかを表示するプラグインです。

aa-whatisthisでドキュメントタイプを表示しているキャプチャ

WordPress What Is This Plugin

WordPressでは、条件タグを使用してドキュメントタイプを指定することができます。
aa-whatisthisを導入すると、表示されているページに適用されているその条件タグを表示することができます。

aa-whatisthisの導入は簡単で、ダウンロードした「aa-whatisthis」フォルダをプラグインフォルダにアップロードし、プラグインを有効化した後、</body>の上に下記を記述します。
条件タグが表示されるのは、ログイン時のみになります。

下記を</body>の上に記述

<?php if(function_exists('aa_what_is_this'))aa_what_is_this();?>

チェックできるWordPressのドキュメントタイプの条件タグ

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

sponsors

top of page

©2024 coliss