• I’m trying to migrate http://oicjapan.org from Joomla to WordPress, and the current nut I’m trying to crack is how to handle the short blurbs about regularly occurring events (see the “Schedule” and “Events” menu items on the old site). Because the information is somewhat timeless, my first thought would be to use pages rather than posts, because posts normally show dates. But without categories and tags, I don’t know how to achieve the effect of grouping the items two ways (type and day-of-week) and showing all events in a selected group. Parent page is one way, but it has oddities, and it’s only one.

    I looked for an event plugin, but everything I could find treated each occurrence as a distinct thing, so they required start and end dates for reoccurring events, which is kinda silly for something like the worship service for a church that is 40 years old and doesn’t expect to close anytime soon. In Joomla the events were simple articles (like pages in WP), so I don’t need fancy event handling or calendars or anything.

    What would you guys suggest? Is there a plugin that would help me group pages in at least two ways (using metadata or something) and then display them one after another? Or is there a way to use posts but make them look more timeless in these particular views (I don’t want to hide the date for the whole site, because in the case of church news items or something, we might want to use posts the normal way).

    Extra credit if you also know a plugin or something that could list all the events in one place, grouped by type – preferably in a way where people can peruse more info without leaving the page. See the first menu item under “Events” and notice how you can expand items of interest.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter OsakaWebbie

    (@osakawebbie)

    The more I look at this, the harder it looks to do it with pages, so I’m turning my attention to posts, which have all kinds of additional functionality that can be useful for categorization.

    But I really don’t want to see the author and date on these posts. I don’t see any way in CSS to distinguish posts in one category from those in another. I don’t really want to use a custom template, because it will be hard for the maintainers to remember to always choose the template, but is that the only way?

    Thread Starter OsakaWebbie

    (@osakawebbie)

    Hmm… A way that would be more work for me up front but would be easier on the maintainers (if I succeed) would be a custom post type and matching template (I’ve never done that, but I do know PHP). I could even use custom fields (with something like the Advanced Custom Fields plugin to make it easier) for things like the day of the week, location, etc., rather than depending on tags for that.

    Too ambitious? Too risky? I don’t mind a little coding, but I don’t want to set up something that will “rust” later if there is no coder around to keep it current when WordPress changes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Group pages in multiple ways’ is closed to new replies.