• Resolved alexsmenaru

    (@alexsmenaru)


    How i cand edit this code `<?php
    if (have_posts()):
    while (have_posts()):
    the_post();
    include(TEMPLATEPATH . ‘/post.php’);
    endwhile; ?>`
    I want to show just the lest 5 articles!

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

The topic ‘Last Articles’ is closed to new replies.