wordpress plugins

Plugin: PostGroups

One feature that I was looking for in WordPress was the ability to place my posts in their own separate pages. Thus, I would have different “sub-blogs” defined for the same WordPress site instead of the single weblog allowed by the default installation. PostGroups is a plugin that allows you to create such groups of posts, and each group can be navigated individually.

For example, you can create a group of posts called “Quotations” where you’ll place various citations from authors you like. Another group may be called “My pics”, where users may see all your travel photos, and so on.

The plugin comes with a range of options that allows you to customize the way your blog will look like. You can choose beween having the groups shown along your list of existing pages (e.g. About, Contact, so on), or just display them in a widget.

How it works

  • Once activated, you need to define your post groups in the management page. Note that the plugin will have no visible effect on your blog until you won’t create at least one such group.
    When creating a group, you have to specify its name, its order number, and a short description (optional).
  • Once a group has been created, you can start assigning posts to it in the management page for that group. You can create as many groups as you want… well, as long as it’s practical for your blog anyway.
  • On the options page for the PostGroups plugin, you can opt for having your groups shown along with the list of WordPress pages (as returned by the wp_list_pages function defined by Wordpress); if your blog theme is using its own method for retrieving these pages, you can still show your groups in the special widget offered by PostGroups.
  • All posts that are not assigned to a group will go by default to a separate “Ungrouped posts” group (this default name can also be changed in the options page). Note that this default group appears on your blog as long as there are posts that are not yet assigned to a group.
  • You can also assign a post to a group at the moment when that post is written; you don’t need to save or publish it and then go to that group management page.
  • If, for whatever reason, you need to temporarily deactivate this plugin, then you can set a special plugin option for this purpose; this will preserve all your groups and post-to-group assignments for a future reactivation.

Download the plugin from the WordPress Plugin Repository.

Also visit the support forum for PostGroups.