Viewing 1 replies (of 1 total)
  • Thread Starter juanita.mcconnachie

    (@juanitamcconnachie)

    Never mind, figured the above one out myself!

    I added

    <OPTION VALUE="1" <?php if($options['perPage']==3){echo 'selected';} ?>>1</OPTION>

    above

    <OPTION VALUE="3" <?php if($options['perPage']==3){echo 'selected';} ?>>3</OPTION>

    In this php file: wp-rss-multi-importer/inc/options.php

    if anyone else needs to do the same.

Viewing 1 replies (of 1 total)
  • The topic ‘Different number of posts for pagination’ is closed to new replies.