Viewing 1 replies (of 1 total)
  • Plugin Author Mosterd3d

    (@mosterd3d)

    Hi Andreaas,

    First of all, thanks for using my plugin.What you say is correct. The max value of tracked id’s is 20. I thought that would be a respectable amount ( But there are some idiots with 45 ??

    You can change the amount in /js/lastviewed.js (plugin directory).

    newList.splice(19); //set 19 values for max 20 with the push

    One note: If you have several widgets with several posttypes, all id’s will be saved in 1 cookie. So non of the widgets will touch the 45.

    That’s all, hope I’ve given you enough information.

    Wout

Viewing 1 replies (of 1 total)
  • The topic ‘Increase the number of post’ is closed to new replies.