Hi, When using search the results are always displayed as: All Listings In "(search_query)" I would love to be able to display the number / count of results as well. In other words: "All Listings In search_query - (24)" or "All 24 Listings in search_query" Know it is possible with PHP: <?php echo $wp_query->found_posts; ?> Don't know where to insert the code. Would appreciate any pointers.
Hi, for page views also check out the WordPress Plugin, page views count, it places an icon, all time views count and views today count at the bottom of posts, pages and custom post types on any WordPress website. Tob