Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter sr_blasco

    (@sr_blasco)

    Solved!
    I don’t know why, but in line 158 of wp-nivo-slider.php I had this code:
    <?php query_posts( 'cat='.$category.'&posts_per_page=$n_slices' );
    Variable $n_slices is inside quotes. I’ve changed to:
    <?php query_posts( 'cat='.$category.'&posts_per_page='.$n_slices );
    and it’s working again.

    sr_blasco

    may I say? BRILLIANT!

    This post saved me HOURS of troubleshooting. Thank you sr_blasco!

    for me it was on line 138, anyhow, thanks a million times!

    Sensacional estava com esse problema ja tava cogitando mudar de plugin.
    Muito obrigado.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Slider shows only last post’ is closed to new replies.