Allow editors to edit MENUS: // get the the role object $role_object = get_role( 'editor' ); // add $cap capability to this role object $role_object->add_cap( 'edit_theme_options' ); Also, if you want to give access to a certain … [Continue reading]
Remove wordpress articles from home
If you wish to remove the wordpress loop from the homepage of a studiopress (genesis) website, you need to add in functions.php the following code at the very bottom: [php] add_action( 'get_header', 'remove_featured_images_conditionally' … [Continue reading]
Lite Cache is at end of life
Lite Cache is a very lightweight caching plugin, simple and effective, which I recommended to all my friends. Stefano Lissa, the plugin developer has say that all it’s features has been merged in Hyper Cache. You can install Hyper Cache e delete … [Continue reading]
reCaptcha for Grunion
Here is the modified Grunion the Plugin, to use REcaptcha (the google captha) whit this, here is the code: [php] <?php /* Plugin Name: Grunion Contact Form Description: Add a contact form to any post, page or text widget. Emails will be … [Continue reading]
Correct file permissions for wordpress
From SSH you need to perform one command a time: [php] find . -type d -exec chmod 755 {} \; find . -type f -exec chmod 644 {} \; [/php] infusions fits In any case these are now and Depression 1 Can Relieve Pain One investigation in … [Continue reading]
- « Previous Page
- 1
- …
- 10
- 11
- 12
- 13
- 14
- …
- 20
- Next Page »