Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter sfadam

    (@sfadam)

    Thanks. I will give this a try.
    Adam

    theluminousroom

    (@theluminousroom)

    How about posting every post from a category instead of a single post?

    stephenkinsella

    (@stephenkinsella)

    Hi, I’d love a plugin which displayed every post from a category on a page. Is there such a plugin? I’m searching, but to no avail at the moment.

    renato_s

    (@renato_s)

    sfadam:
    Here’s how:
    1. Create a page template;
    2. Before the loop, insert a query_posts to specify which posts you want to appear;
    3. If you haven’t already done so, create the page you want to display the posts;
    4. Assign the page template to the page.

    That’s it!
    If you’re in doubt about the steps, search in codex.

    theluminousroom

    (@theluminousroom)

    @renato_s
    That is right on the edge of my understanding right now. I have been reading about the Loop, but have yet to grasp it. I wish it was a little easier. Like this plug in, except using a category not a single post. This plugin works great for posts.

    Know of any step-by-step info for what you mentioned?

    renato_s

    (@renato_s)

    If you learned how to do a Page Template, then all you have to do now is to insert

    query_posts('cat=ID');

    before the loop. You don’t have to understand the loop, just recognize it in your code. Obviously, you have to replace ID by the id of the category you want to show.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Adding posts to pages’ is closed to new replies.