Justin Tadlock has done it again. This time he released to the Wordpress community a user, role, and content management plugin called Members.
Its purpose is to make WordPress a more powerful CMS by giving you fine-grain control over the users of your site.
So what dose this plugin do:
- Edit Roles: Edit your user roles and their capabilities.
- New Roles: Create new roles for use on your site.
- Content Permissions: Adds a meta box on your write post/page editor that allows you to restrict content to specific roles.
- Widgets: Adds a login form widget and user-listing widget that you can use in any widget area on your site.
- Shortcodes: Creates shortcodes that you can use to restrict or allow access to certain parts of your posts and pages (or any other shortcode-capable area).
- Template Tags: New functions for use within your WordPress theme for various things.
- Private Blog: Allows you to create a private blog that can only be accessed by users that are logged in (redirects them to the login page).
I personally can’t wait for future developments of this plugin. It takes Wordpress one step closer to full user management without having to code it your self














Multilingual Wordpress – WPML Plugin Review
Photo by derSven ¶
One of the hardest things to do with Wordpress is creating a multilingual blog / website that is easy to maintain and develop.
My interest on the subject comes from the need of my customers for easy to maintain multilingual websites. This way they can extend their services to new markets.
I’ve had this discussion in the past, with a description of various plugins and methods to develop a multilingual Wordpress blog / site.
In that article I’ve talked about the theory behind multilingual web-developement and mostly about the multilingual Wordpress and four ways of implementing it:
Today we’ll talk about a new and really interesting Wordpress multilingual plugin: WPML.
The interesting thing about this multilingual plugin is the way it organizes the information. It’s completely different from qTranslate (that I presented in the previous multilingual blog post). Instead of using language tags (that separates the content in different languages), MPLM links one post in English to another post that will represent it’s translation in Spanish for example. This way you get to translate everything in a very clean way.
Read More »