Title: Using with Essential Grid
Last modified: September 1, 2016

---

# Using with Essential Grid

 *  [JetZ](https://wordpress.org/support/users/yetza/)
 * (@yetza)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/using-with-essential-grid/)
 * I’m using Essential Grid for my website and I would like the posts to display
   the number of views and comments on the grid. EssGrid has the option to do this
   using meta references and the plugin’s handle or slug. I’m not sure what the 
   handle for this plugin is so I tried a bunch of different things. None of them
   worked. I tried using the shortcode instead and that gives me something but not
   what I want, it’s displaying the number of views for all the posts combined as
   opposed to the views for that specific post. I know it’s not meant to be used
   like this but if anyone can give me any tips on how to achieve this I would really
   appreciate it.
 * [https://wordpress.org/plugins/top-10/](https://wordpress.org/plugins/top-10/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Ajay](https://wordpress.org/support/users/ajay/)
 * (@ajay)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/using-with-essential-grid/#post-7678378)
 * Can you post some screenshots of what you’re trying to do. I’m not familiar with
   EssGrid. The plugin doesn’t store post counts using a meta value. They are accessible
   via the shortcode of:
    `[tptn_views]` or `[tptn_views daily="1"]`
 * Or: Display the post count with `<?php if ( function_exists( 'echo_tptn_post_count')){
   echo_tptn_post_count(); } ?>`

Viewing 1 replies (of 1 total)

The topic ‘Using with Essential Grid’ is closed to new replies.

 * ![](https://ps.w.org/top-10/assets/icon-256x256.png?rev=2986432)
 * [WebberZone Top 10 — Popular Posts](https://wordpress.org/plugins/top-10/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/top-10/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/top-10/)
 * [Active Topics](https://wordpress.org/support/plugin/top-10/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/top-10/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/top-10/reviews/)

## Tags

 * [grid](https://wordpress.org/support/topic-tag/grid/)
 * [handle](https://wordpress.org/support/topic-tag/handle/)
 * [slug](https://wordpress.org/support/topic-tag/slug/)
 * [views](https://wordpress.org/support/topic-tag/views/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ajay](https://wordpress.org/support/users/ajay/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/using-with-essential-grid/#post-7678378)
 * Status: not resolved