Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter coldsector

    (@coldsector)

    Never mind I solved that, I clean all the excerpts and everything worked again.

    Another question:

    Do you know how i can put a paragraph on a excerpt? A Blank line between two lines? I have turn on the option “Conserver le code HTML ?” to Totalement and even so the break dont know.

    Can you help me with that?

    Thread Starter coldsector

    (@coldsector)

    After some research i manage to fix this i leave here the code so it may help other with my problem.

    The only thing i needed to make was changing this:

    <?php query_posts('showposts=5'); ?>

    Into this:

    <?php query_posts('showposts=5'.'&paged='.$paged); ?>

Viewing 2 replies - 1 through 2 (of 2 total)