Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Allen

    (@amweiss98)

    for now, go into the code and just change it to whatever you want. The reason for not letting people choose their own value is that I then need to trap to see if the value is an integer, etc. Easier to just add this as an option.

    If you don’t know how to change this, let me know if this is feed to post or shortcode and I may be able to send you a file that will give you more options.

    Thread Starter RaiderKnight

    (@raiderknight)

    Hi,
    Thanks for the reply !

    I use the shortcode option.

    Please, which file I need to edit or send me the file that will give me more options.

    regards,

    Plugin Author Allen

    (@amweiss98)

    go into the inc folder, and use the options.php file

    Thread Starter RaiderKnight

    (@raiderknight)

    Hi

    It works ! 🙂
    I just add this around the line: 443 in inc/options.php
    <OPTION VALUE="40" <?php if($options['perPage']==40){echo 'selected';} ?>>40</OPTION>

    This looks like a solution to my issue. I have about 1,200 articles to pull in. In my case, I need feed to post. Which file do I modify?

    Plugin Author Allen

    (@amweiss98)

    it’s the inc folder and the options.php file….for feed to post it’s starts on line 1051

    Plugin Author Allen

    (@amweiss98)

    also, please rate my plugin when you get a chance 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Number of Posts per Page for Pagination’ is closed to new replies.