Viewing 1 replies (of 1 total)
  • I’m not sure if there’s an option for it in wp-admin, but if you have access to FTP you can change it manually by editing one of the theme files. Open wp-content/themes/klasik/slider.php. On line 14 you should see a line that looks like this:

    'showposts' => 5

    This says the slider will show 5 posts. Change it to the number you’d like to show:

    'showposts' => 12

    I believe the number is the maximum that will show (so you can set it to 20 and if you only have 12 posts it will only show 12 without causing errors) but I’m not sure since I didn’t develop the code.

Viewing 1 replies (of 1 total)
  • The topic ‘Slider show only 5 images… how to have more’ is closed to new replies.