WordPress All-in-One For Dummies by Lisa Sabin-Wilson, Cory Miller, Kevin Palmer, Andrea Rennick, Michael Torbert
My rating: 4 of 5 stars
Note: This page contains affiliate links. Please see Affiliate Disclosure.
This is the broadest, most comprehensive WordPress book I’ve read so far. It covers more than WordPress for Dummies, because it deals with everything from administration to design to development. I skimmed the first 4 books which dealt with the basics. I especially liked the sections on SEO and theme development. It also covers plugin development and Network/Multisite.
I re-read this book to learn more about working with theme template files. It has excellent explanations of custom fields, custom post types, and custom taxonomies.
The 8 mini-books included in this book are authored by several WordPress stars: Lisa Sabin-Wilson of E.Webscapes, Cory Miller of iThemes and WebDesign.com, Kevin Palmer of Convertiv, Andrea Rennick of WPMUTutorials.com, and Michael Torbert of Semper Fi Web Design and developer of the All in One SEO Pack plugin.
Secure wp-config.php by adding the following code to the top of the .htaccess file: <Files wp-config.php>
Order Allow,Deny
Deny from all
</Files>
stylesheet_directory
instead of template_directory
in child themes.post_class()
tag to insert specific HTML into a template that can be styles with CSS.extract()
function takes an array of attributes and breaks the information into individual variables.require_once()
in plugin files to load other PHP files.
I concur, a very thorough analysis of WordPress. Sufficiently detailed and concise despite the size of the volume.