[resolved] 1 Image Only After WP Update
-
Hi All,
So I updated WP and suddenly I was only getting one slider to show up. It’s seems there is a type in the code. To fix it goto
/wp-content/plugins/wp-nivo-sliderThere open wp-nivo-slider.php
goto line 138 which reads
<?php query_posts( 'cat='.$category.'&posts_per_page=$n_slices' ); if( have_posts() ) : while( have_posts() ) : the_post(); ?>
Change
page=$n_slices
topage='.$n_slices
Note the single quote after the equal sign, not a typo on my part!
Save, upload, done!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘[resolved] 1 Image Only After WP Update’ is closed to new replies.