ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

Show Template

აღწერა

Prints an html comment in the footer of every page letting you know which template file of your theme was used for the display.

This plugin is aimed towards theme developers and for theme support. It is recommended to only have this plugin activated during development or support as it will expose your file system path structure.

Props to Joel Fisher for the idea behind this plugin.

Upgrade

  1. Use the plugin updater in WordPress or…
  2. Delete the previous show-template folder from the /wp-content/plugins/ directory
  3. Upload the new show-template folder to the /wp-content/plugins/ directory

Usage

  1. Install and activate.
  2. View source of your blog through your web browser. You will see a html comment in the form of <!-- Active Template: /home/username/public_html/wordpress/wp-content/themes/default/index.php -->

დაყენება

  1. Upload the show-template folder to the /wp-content/plugins/ directory or install directly through the plugin installer.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress or by using the link provided by the plugin installer

ხდკ

Why is the html comment not showing in the view source of my site?

This plugin requires that your themes footer.php contain <?php wp_footer(); ?> directly above the </body> tag.

მიმოხილვები

03.09.2016
This remains in my standard toolkit for wordpress development. Since it creates a comment in the code, it has zero chance of interfering with my design.
1 რევიუს წაკითხვა

მონაწილეები & დეველოპერები

“Show Template” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ Show Template თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

1.1 (2010-09-12):

  • Use the WordPress 3.0 logic in determining the template file to include
  • Add additional functionality to detect when a plugin or theme has intercepted the template loader

1.0 (2009-05-13):

  • Initial Public Release