Open panchenkodv opened 9 years ago
@PeterUpfold should we add 'posts_per_page' => -1
to the $query_args
in the get_slides()
method?
@panchenkodv can you edit the file total-slider/class.total-slide-group.php
and add a new line below line 217?
Here's how that looks by default:
'meta_key' => 'total_slider_meta_sequence',
);
Here's what you should change it to:
'meta_key' => 'total_slider_meta_sequence',
'posts_per_page' => -1,
);
Note the new line with the posts_per_page
setting.
If that works for you, we'll get this added to the plugin code and push a new version!
Yes, it works for me! All sliders are shown in admin panel and on the site. Great thanks!
In my WP read settings I have 5 posts per page. In this case Slider group show me only 5 slides in admin page and on the site. How can I show all slides without change read settings of WP