• I have a Comics site that will contain ‘Comics, Blogs, and other additional things’ but for now I want to focus on Comics & Blog posts.

    I want 1 page that will list all the posts that pertain to comics and another for blog post. Like category.
    What I’m trying to do is what this site is doing.
    How can I do this? Plug-in? Code modification?

Viewing 1 replies (of 1 total)
  • xanderyen13, two things spring to mind.

    1) set up a custom category page for each of your categories (comics and blog). [e.g. category-9.php — look up template hierarchy]

    2) set up a page template and use it to display only a particular category using <?php query_posts(); ?>

    Cheers.

Viewing 1 replies (of 1 total)
  • The topic ‘Pages that get posts from categories’ is closed to new replies.