Login/Register
1:41 PM
Friday, July 23rd, 2010
Archive | Wordpress

Free premium theme from Woothemes

Free premium theme from Woothemes

The Morning After The Morning After was the original magazine theme in the WordPress community and after more than a 100 000 downloads, it now has a place in our themes collection. It may be “old”, but this amazing theme is not yet dated! A definite download and one that you will thoroughly enjoy! DOWNLOAD  Read more »

How to create custom user Role and Capabilities in WordPress theme

How to create custom user Role and Capabilities in WordPress theme

This post has moved here

Remove buddypress admin bar from your theme

Remove buddypress admin bar from your theme

This post has moved here.

Display sticky post and exclude it from recent posts list in WordPress

Display sticky post and exclude it from recent posts list in WordPress

If you like the way how posts are listed in our homepage, then you will love to read this tutorial. The top post is a sticky post limited by <!–more–> tag from the post editor. I choose this style because I can choose any posts to show content in this area by simply ticking the  Read more »

How to customize the URL Slugs of BuddyPress components

You do that easily by defining the new slug in your wp-config.php file. You can customize all of them or just a few as needed. Check the examples from the BuddyPress codex. define ( ‘BP_ACTIVITY_SLUG’, ‘streams’ ); define ( ‘BP_BLOGS_SLUG’, ‘journals’ ); define ( ‘BP_MEMBERS_SLUG’, ‘users’ ); define ( ‘BP_FRIENDS_SLUG’, ‘peeps’ ); define ( ‘BP_GROUPS_SLUG’,  Read more »