Would you like for the client to have the ability to create new user as with the roles of a Contributor, Subscriber, Editor and Author, but NOT Administrator. The new users the client creates should not have the Administrator role. It’s actually pretty easy. You need to filter into map_meta_caps and stop editors from creating/editing Full Article…
Search the Wiki
Getting jQuery Nivo Slider To Work Inside Your WordPress Theme
Adding Nivo slider to a WordPress theme is a lot easier than adding any other slider I have worked with. It may seem as if there are a lot of steps to it, but it’s fairly easy to follow. Let’s get straight into it. Downloading Nivo Slider Obviously the first thing you need to do Full Article…
Create a mobile version of a WordPress website
Please note that this guide is for setting up an alternate mobile subdomain (or domain) which mirrors content from a parent website. See the PixelPress projects for the RiAus Website Network using WordPress Multisite for this code in use. This guide follows the steps listed below: Set up a parked domain (usually in cPanel) Add Full Article…
Google Apps/Gmail – Send email from domains
I have registered form Google Apps Preimer and I’m going to be using it for easy off location access to emails for my 3 domains (pixelpress.com.au lugg.com.au and digitalcoffee.com.au). The most troublesome thing about setting this up was configuring Gmasil to allow me to send or reply to email from any of my domains. This Full Article…
Get Post ID outside the Loop as PHP variable
In the wordpress loop section, each posts displayed on the page with defined format along with such criteria decided by administrator. The Loop template tag the_ID can be used to easily display the post’s ID inside the post. Alternatively, inside the the_content filter, declare $id global and use $id to retrieve the post ID. the_ID Full Article…
Hide Password Protected WordPress Posts from Search Engines
If you add this code to your header.php file, it will tell Google not to index your password-protected content:
Add Excerpts to Page
Drop this line in your active theme’s functions.php file and you’re good to go… probably forever!