Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('get_footer', 'please_help');
- function please_help () {
- global $wp_query;
- $post_count = count($wp_query->posts);
- $is_404 = (is_404() == TRUE ? 'true' : 'false');
- echo "<pre>
- Post count: $post_count
- is_404(): $is_404
- </pre>";
- }
Advertisement
Add Comment
Please, Sign In to add comment