Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Ajay

    (@ajay)

    If you’re using the widget, you can add as many widgets as you want with different options.

    Give it a shot and let me know.

    Thread Starter postoffice33

    (@postoffice33)

    I am using a widget to display the top5 in my home page.
    Then I want to creare another page (top10) where I display the top10 articles with more details (for example with excerpt and not just with title like in my widget).

    Any way to do this?

    Tks

    Plugin Author Ajay

    (@ajay)

    Unfortunately, not an easy way to do this currently. I’m working on a version that incorporates shortcodes, but now, you’ll need to try the manual install using a page template.

    Are you familiar with this approach?

    Thread Starter postoffice33

    (@postoffice33)

    Hi,

    not really understood what you mean for ‘manual install’…

    I tried to call your API

    function get_tptn_pop_posts( … )

    but internally this API use the global plugin options, so no way to personalize the content in another page…

    Plugin Author Ajay

    (@ajay)

    You can use the function by passing these parameters for now.

    get_tptn_pop_posts( $daily = false , $widget = false, $limit = '10', $show_excerpt = false, $post_thumb_op = 'text_only', $daily_range = '1' )

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to display top-N articles in different pages (or same page)’ is closed to new replies.