이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

What Template Am I Using

설명

This plugin is intended for theme developers to use. It shows the current template being used to render the page, current post type, and much more.

The info is only displayed for users that have the edit_theme_options capability.

Information displayed:

  • Current template
  • General Information (post type, are you on the front page, etc.)
  • Additional files used. For example, header.php or footer.php
  • What sidebars are being used and what widgets are in them.
  • List of enqueued scripts and styles.

This plugin is intended for use by theme developers and it requires a standards compliant browser. This plugin will not work in IE8 or below.

스크린샷

  • The sidebar and all panels are open.
  • You can click on the arrow to the right of each label to open or close the panel. You can also sort the panels to be in the order you want. The open status and sort order are saved to your user account.
  • You can click the X button to remove the sidebar from the page and to not show it in the future. You can turn it back on with a checkbox on your profile page.

설치

  1. Upload what-template-am-i-using folder to the /wp-content/plugins/ directory
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. Visit front end of your site.

후기

2021년 3월 26일
GREAT! An invaluable dev tool I use on every new project
2019년 2월 27일 1 reply
It's a very useful and informative plugin when you're doing your own PHP developments on Wordpress. But i noticed that it was delaying page load by at least 3 seconds when it's active (when you're logged as admin)! So I removed it. I didn't investigated further, may be it's a combination of using this plugin with GeneratePress ?
2017년 9월 29일 1 reply
I was just looking for a tool like this, found a bunch that are outdated. They might work but they're still kinda old and their functionality didn't look as complete as this one. This one doesn't look maintained either, but it loads, activates, and works perfectly in 4.8.2. Wow, great info, more than just templates. Get it and review it here!

Wow

2016년 12월 10일
This plugin is completely over the top...in a greatway. A clean, clear and prodigious display of almost anything you want to know about the current page environment, all done in a highly Web 2.0-ish manner. Highly recommended for developers.
2016년 9월 3일
I dearly love this plugin. It's such a relief to know if you're using the right template file or not. One of my favorite plugins by far.
2016년 9월 3일
This plugin is going into my dev toolbox for all my projects. Love that it not only shows the template used, but also lists all the scripts, widgets, additional files, and other relevant info. Super useful for getting a quick overview of what's going on under the hood.
모든 13 평가 읽기

기여자 & 개발자

“What Template Am I Using”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “What Template Am I Using”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.2.0

  • Added Portuguese translation from Pedro Mendonça.
  • Updated Grunt workflow.

0.1.13

  • Updated panel activation/deactivation handling.
  • Fixed PHP warning when WP_DEBUG is true.

0.1.12

  • Show all core panels now. I’m not using the debug panels right now.
  • Added PHP info panel.

0.1.11

  • Updated the way I setup panels.
  • Added help text feature to panels.

0.1.10

  • Compatibility updates for WordPress 3.1.

0.1.9

  • Minor bug fix on Panel activation.
  • Simplified openToggle JavaScript.

0.1.8

  • Added Theme panel.
  • Updated IP Addresses panel and Server Information panel to show if WP_DEBUG is true.
  • Updated Panel activation/deactivation hooks.
  • Added filter: wtaiu_panel_can_show.

0.1.7

  • Fixed PHP warning when WP_DEBUG is true.

0.1.6

  • Started using Grunt and SASS/Compass.
  • I rewrote how information is displayed in the sidebar panel (removed wtaiu_data filter).
  • Added drag and drop re-ordering of panels.
  • Added an open/close button to the panel header.
  • Added context menu options to open or close all panels. (Only works in Firefox currently)
  • Added Sidebar Information panel that shows you what sidebars and widgets are being used on the current URL.
  • Added checkbox to user profile page so user can toggle showing the sidebar (if allowed).
  • Various style updates.
  • Tested with default WordPress themes.

0.1.5

  • Updated CSS: text alignment, panel opening transition.
  • I updated the behavior of the close button.
  • Fixed PHP warning when WP_DEBUG is true.

0.1.4

  • This is a complete rewrite to include more functionality and to update the styles.
  • The data displayed is now filterable.

0.1.3

  • Added server IP address.

0.1.2

  • Added is_home() and is_front_page() output to footer.

0.1.1

  • Added current post type.

0.1

  • Initial release.