• Resolved khaled77889

    (@khaled77889)


    hello
    I use the Jannah theme and it has it’s own post views count but allows me use a previously installed counter so I don’t lose counts
    BUT I have tried every thing and can’t figure the meta key to use the top 10 views. Can you tell me views meta key
    Here is what they say

    Post Views Source
    If you have a fresh site copy and want to use the default Jannah views, don’t change the default values of these fields.
    If you migrating from another theme to Jannah and want to continue counting on the previous views number, get the views meta key from the previous theme and put it instead of tie_views meta key.
    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Dotstore

    (@dots)

    Hello @khaled77889,

    Thanks for reaching out to us.

    I don’t have much idea about the “Jannah theme” so, it would be good that you can contact theme support members because this is theme-specific query so, they can give you a better suggestion for this.

    Our plugin store all the data in separate table name so, if you like then, you need to fire only table select query to get the top pages.

    Let us know still you need any further assistance. we are happy to help.

    Thanks,

    Thread Starter khaled77889

    (@khaled77889)

    Thank you for your reply

    The problem is not related with theme support
    I want to get the “meta key” from your plugin Or (views meta key)

    Thank You ??

    Plugin Author Dotstore

    (@dots)

    Thanks for the reply @khaled77889,

    Actually, there is no ‘meta key’ to display the top 10 pages.

    If you want to see the manually then, you can review it from here.

    OR

    You need to apply the query for that like below:-
    $total_visit_count_query = “SELECT SUM(page_visit) as total FROM wp_page_visit WHERE page_id=yourpageid”;

    I hope this helps. let me know still you need any further assistance.

    Thanks,

    Plugin Author Dotstore

    (@dots)

    Hello @khaled77889,

    Greetings!!

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Thanks,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘meta key’ is closed to new replies.