Title: Shortcode
Last modified: August 30, 2016

---

# Shortcode

 *  [yasin84](https://wordpress.org/support/users/yasin84/)
 * (@yasin84)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/shortcode-356/)
 * Hello
 * I installed the plugin successfully thanks for such a wonderful plugin
 * am using the code to insert the counter: <?php echo gapp_get_post_pageviews();?
   >
 * but can i have the shortcode for this plugin please?
 * [https://wordpress.org/plugins/google-analytics-post-pageviews/](https://wordpress.org/plugins/google-analytics-post-pageviews/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [maximevalette](https://wordpress.org/support/users/maximevalette/)
 * (@maximevalette)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/shortcode-356/#post-6672502)
 * Hello,
 * There is not shortcode at the moment (because most of the integrations are on
   the theme directly).
 *  Thread Starter [yasin84](https://wordpress.org/support/users/yasin84/)
 * (@yasin84)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/shortcode-356/#post-6672515)
 * Hello
 * Thanks for replying infact am using a plugin to show the most popular post previously
   i was using the wp-postviews plugin and i had this piece of code:
 *  $recent = new WP_Query( apply_filters( ‘widget_posts_args’, array( ‘posts_per_page’
   => $number, ‘no_found_rows’ => true, ‘category_name’ => $cb_cat_qry, ‘post_status’
   => ‘publish’, ‘ignore_sticky_posts’ => true,
    ‘orderby’ => ‘meta_value_num’, ‘
   meta_key’ => ‘Views’, ) ) );
 * can you help me to modify it to suit the google analytics page views. what should
   the meta_key value be?
 *  Plugin Author [maximevalette](https://wordpress.org/support/users/maximevalette/)
 * (@maximevalette)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/shortcode-356/#post-6672585)
 * The values are not stored on meta keys but directly in the cache.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Shortcode’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/google-analytics-post-pageviews.svg)
 * [Google Analytics Post Pageviews](https://wordpress.org/plugins/google-analytics-post-pageviews/)
 * [Support Threads](https://wordpress.org/support/plugin/google-analytics-post-pageviews/)
 * [Active Topics](https://wordpress.org/support/plugin/google-analytics-post-pageviews/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-analytics-post-pageviews/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-analytics-post-pageviews/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [maximevalette](https://wordpress.org/support/users/maximevalette/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/shortcode-356/#post-6672585)
 * Status: not resolved