Skip to content

Instantly share code, notes, and snippets.

@wokamoto
Created January 17, 2013 04:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wokamoto/4553528 to your computer and use it in GitHub Desktop.
Save wokamoto/4553528 to your computer and use it in GitHub Desktop.
[WordPress] 使用しているテンプレート名を取得する
<?php
global $template;
$template_name = basename($template, '.php');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment