• Resolved nokkiqhd

    (@nokkiqhd)


    hello I like your plugin but I would like not to use a shortcode to output popular posts… and let’s say through JetEngine listing Elementor Pro how to intercept the top 10 and display the dynamic “issue a post through the widget”….
    and is it possible to filter views let’s say in Jet Smart Filters to display the most viewed posts with the maximum views ?

    • This topic was modified 5 years, 2 months ago by nokkiqhd.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ajay

    (@ajay)

    Sorry, I’m very confused by this – likely as I am not familiar with Elementor at all.

    You have a few ways of displaying the top posts. The first is using the standard WordPress widget. The second is using the shortcode and the third option is to use the function.

    
    <?php if ( function_exists( 'tptn_show_pop_posts' ) ) { tptn_show_pop_posts(); } ?>
    

    Also see some examples to use the API plus one where a user of Elementor Pro suggested some code: https://gist.github.com/ajaydsouza/c8defd4b46e53240e376

    Thread Starter nokkiqhd

    (@nokkiqhd)

    thank you for answering unity, I don’t understand where to copy it and how can I output it to elementary pro? so I don’t really understand the code….. could you write me instructions on where to copy what? for elementra pro

    Plugin Author Ajay

    (@ajay)

    I’m afraid I do not know how elementor or elementor pro works. Are you able to check with their support as to how you can use the above code to insert the top posts?

    You can also use the shortcode if that is easier.

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

The topic ‘Elementor. JetEngine. JetSmartFilters’ is closed to new replies.