Print WordPress template filename(s) for debugging

this is also a quick way;

<!--

<?php print_r( debug_backtrace() ) ?>

-->

paste it just before the closing tag

Leave a Comment