// THIS IS HOW IT CAN BE USED IN INDEX.PHP
-if (get_page_template_slug( $post->ID ) == "some-custom-page-template") {
- echo "<div id='block'>[I am totally not a block ._.]</div>";
-} else {
- echo "<p>The current template used is:".get_page_template_slug( $post->ID )."</p>";
-}
+// if (get_page_template_slug( $post->ID ) == "some-custom-page-template") {
+// echo "<div id='block'>[I am totally not a block ._.]</div>";
+// } else {
+// echo "<p>The current template used is:".get_page_template_slug( $post->ID )."</p>";
+// }
?>