Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter anefarious1

    (@anefarious1)

    My site is https://canigivemydog.com in case you need to know. Thank you Ajay

    Thread Starter anefarious1

    (@anefarious1)

    I’ve tried to fix it by using the reset feature but that didn’t work. Then I removed the widget from the sidebar and placed it back in, rechecking the setting there as well. It seems 12 is the only amount of posts that can be displayed now.

    Thread Starter anefarious1

    (@anefarious1)

    Sorry to keep posting regarding this issue. I have discovered that if you set the number to 3 then 9 will display. Set it to 1 then 3 will display. It was displaying 12 for me because I was using 4. Everything is X3. This is a bug in the update.

    Plugin Author Ajay

    (@ajay)

    Can you please find the line:

    function get_tptn_pop_posts( $daily = false , $widget = false, $limit = false, $show_excerpt = false, $post_thumb_op = false, $daily_range = false, $strict_limit = false ) {

    and replace with:

    function get_tptn_pop_posts( $daily = false , $widget = false, $limit = false, $show_excerpt = false, $post_thumb_op = false, $daily_range = false, $strict_limit = true ) {

    And, let me know if this works for you?

    Greetings

    I am having exactly the same problem – on my case if I select to show 10 posts I only get 6 – I have used reset and also the solution that you provided but no good – setting the function to true results in it showing only 2 posts.

    Any thoughts?

    Plugin Author Ajay

    (@ajay)

    Hi,

    I just upload v1.9.8.1 which should fix the issue with number of posts

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘After update widget displays 12 post thumbnails instead of set amount’ is closed to new replies.