Search the Wiki

Viewing 271 to 280 of 337 items

Prevent an Editor from adding Administrator users

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…

0

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…

0

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…

0

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…

0

Add Excerpts to Page

Drop this line in your active theme’s functions.php file and you’re good to go… probably forever!  

0