• Hi!
    Sorry to be a nuisance, but I can’t figure this bit out by myself.

    I’m deisgning a portfolio site and I want my blog to display differently than my portfolio. Both need to have a single post view(when the user clicks on the work) and an overview (so the user can see all the posts).

    I’ve seperated the blog and portfolio into two categories(blog and work), but I cant figure out how to do this?

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • You are going to want to create some templates.

    There are 2 types of templates that could help you. Page templates and Category templates.

    These are easy to make and tutorials are easily found.

    Thread Starter dagmx

    (@dagmx)

    Sorry, my brains a little clouded today. Again, like you said it’s probably really simple, but I couldn’t figure it out by going through the codex.

    To be more specific, it’s basically this at the moment.

    Category ID 3 is Work and uses the category-3.php template.
    Category ID 4 is Blog and uses the category-4.php template.

    Both of these display all my posts in the respective categories fine.

    However I want the user to be able to click on the link from each of these and go to a single post page with more details and the full post, but each category should have a different template here as well.

    I can’t figure that out at all, though I’m sure it’s simple.

    Thank you though. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Category styles: Single and multiple post view?’ is closed to new replies.