• Resolved makemead

    (@makemead)


    There probably is a plugin for this already but I have no idea what to search for (the search function on this page doesn’t work anyway).

    What I want to do is get the last 4 or 5 posts in a certain category and display a summary on a page in the same blog.

    Thanks for the information.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter makemead

    (@makemead)

    Thread Starter makemead

    (@makemead)

    No go on the Customizable Post Listing plugin.

    Any suggestions?

    Thread Starter makemead

    (@makemead)

    Customizable Post Listing plugin kinda works, you just have to fix a few mistakes to get it to do what it’s supposed to do.

    e-monk

    (@e-monk)

    You can create the page, and put this:

    <?php query_posts(‘category_name=NameCategory‘)?>

    before the while loop

    <?php if (have_posts()) : ?>

    <?php while (have_posts()) : the_post(); ?>

    You only sustitute NameCategory by the name of your category

    This works to me. I hope I can help you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Displaying a list of posts from one category on a page.’ is closed to new replies.