• kennywright

    (@kennywright)


    Need some advice before I embark on my first site. My plan is to publish a site of short fiction, plus run a blog along side it. I’d like to do this with one WP install (just to make management easier), and after poking around, I think I’ve figured out how to do this. I just want some validation that this is the “best” way to move forward.

    For the blog posts, obviously those would be Posts.

    For the stories, they’d go up as Pages, since they wouldn’t be changing, wouldn’t need to be broadcast via RSS, or anything like that.

    My one question is indexing and tagging the stories. For index pages, is there a way to create them without having to hardcode them each time? Or can I create something more dynamic, that would pull from the database and generate all the stories that meet the criteria (say, genre is one). And what’s the best way to assign that criteria? Pages don’t allow Tags, correct? That would seem like the most obvious way to do it, were these posts.

    Am I missing some obvious con to using Pages for this? Do I miss out on some kind of flexibility?

Viewing 3 replies - 1 through 3 (of 3 total)
  • transom

    (@transom)

    An alternate way to proceed would be to have your blog and stories both be posts. For your blog, just put them in a dedicated category (and any sub-categories you desire). For your stores, create a separate set of categories.

    There are plugins that let you “tag” pages.

    And the modern solution to your question would be to create Custom Post Type for stories (completely separating your blogs posts from the stories). There is a good plugin called Custom Post UI to make creating a custom post type easy.

    Thread Starter kennywright

    (@kennywright)

    Thanks for the help. Custom Post Types seem to be the way to go (separation of Pages with more customization). I’m just worried that I’m not technically savvy enough to figure that out. I’ll look into the Custom Post UI plugin though.

    Thread Starter kennywright

    (@kennywright)

    OK, played around with it. Custom Post UI is an incredible tool! That is pretty much spot on what I’m looking for, and adding taxonomies for genres will work out really well. Here’s probably a silly question, but once I add a Custom Post Type (let’s say stories), how do I get a list of all stories I post there? Also, if I create a taxonomy (say genre), how do I show a list of all posts in genre, for the custom post type? I looked here (http://codex.wordpress.org/Taxonomies), but I think I need more basic help than that. I’d assume it was HOMEPAGE.COM/genre/ and HOMEPAGE.COM/stories/ or something like that, but those aren’t working. Do I need to set those pages up somehow?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Short fiction site: posts vs pages’ is closed to new replies.