Adding search result count to result page

Discussion in 'GeoCraft WordPress Theme' started by armchair2013, Sep 24, 2013.

  1. armchair2013

    armchair2013 New Member

    Joined:
    Mar 13, 2013
    Messages:
    9
    Likes Received:
    0
    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.
     
  2. tobyb

    tobyb Active Member

    Joined:
    Dec 28, 2011
    Messages:
    256
    Likes Received:
    31
    Location:
    World Wide
    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
     

Share This Page