• Resolved arash888

    (@arash888)


    Hi,
    Im using Jannah theme and there is a option which i can use third party post view plugin to show my post hits , and all it need is Post meta field of the plugin.
    Here is their instruction to activate this feature:
    “If you were using a plugin that handles your views system before installing Jannah and wants to continue using it, choose “Third party post views plugin” from Post views settings, and get the views meta key from your plugin and put it instead of tie_views meta key.”

    now my question is what is WP Statistics meta key!

    دمتون گرم

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Mostafa Soufi

    (@mostafas1990)

    Hi Arash,

    Unfortunately, the WP-Statistics don’t use the meta_key for store post views. It’s better you use the PHP function for show Views in your theme:

    <?php echo wp_statistics_pages($post->ID); ?>

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Integrate hits with my theme’ is closed to new replies.