kaioe
8/21/2016 - 10:01 AM

wordpress:debugging the_post

Debugging the_post


<!-- 

<?php 

echo "<pre>";
print_r($my_query->the_post());
echo "</pre>";

 ?>

-->