Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
WordPress Top Plugins
WordPress Top Plugins

WordPress Top Plugins: Find and install the best plugins for generating and sharing content, building communities and generating revenue

eBook
$22.99 $25.99
Paperback
$43.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

WordPress Top Plugins

Chapter 1. Plugin Basics

There is literally a plugin for almost anything you want to achieve in WordPress. A quick glance at the WordPress Plugin Directory will show you just how many options are available. Admin, Ajax, Comments, Google, Posts, Sidebar, Twitter, and Widgets are all so very well represented that finding the right one can be a full-time gig. Twitter alone has over 200 plugins dedicated to pulling, pushing, and searching through its masses of data. However, before we can auto-tweet a post, or dynamically interleave links to Amazon products, we have to comprehend how a plugin works, and more importantly, how to install and activate them on our blog.

Every plugin is written in PHP (an awesome open source programming language) and are usually accompanied by various other internet file types such as CSS, Javascript, XML, images, JSON files, and so on. Thanks to WordPress's open architecture, developers can inject their plugin's code throughout your blog without you having to touch a single line of code, unless, of course, you want to.

In this chapter, we cover the following:

  • Installing plugins

  • How plugins work

  • Troubleshooting plugins

Safety first

It's very much imperative to understand that plugins have the ability to affect virtually every part of your blog. If a plugin developer was feeling decidedly evil, he/she could create mayhem to your website with a few tiny lines of code. Make sure you trust the recommending source that's promoting a plugin before you install it.

I personally recommend and reference almost exclusively throughout this book http://Wordpress.org/extend/plugins, the official Wordpress.org Plugin Directory. This self-policing community often provides very valuable and detailed pros and cons for almost every plugin, with the ability to sort by popularity, rank, and date released.

Safety first


It's very much imperative to understand that plugins have the ability to affect virtually every part of your blog. If a plugin developer was feeling decidedly evil, he/she could create mayhem to your website with a few tiny lines of code. Make sure you trust the recommending source that's promoting a plugin before you install it.

I personally recommend and reference almost exclusively throughout this book http://Wordpress.org/extend/plugins, the official Wordpress.org Plugin Directory. This self-policing community often provides very valuable and detailed pros and cons for almost every plugin, with the ability to sort by popularity, rank, and date released.

Automatic install versus manual install


WordPress offers two main methods to install a plugin. One is WordPress' own baked-in Plugin Installer (results may vary) and the other is the manual method using SFTP or FTP. WordPress's automatic install makes life significantly easier, depending on your webhosting provider, however it might not be available for your hosting package. If this is the case, and your site doesn't support automatic install, you can still manually install plugins using FTP.

Honestly, if your host doesn't support automatic installation, you should seriously consider changing web hosts. The ability to automatically install WordPress updates, plugin updates, and new plugins is one of the reasons WordPress is great; the process is hard enough without letting things become outdated.

Automatic plugin installation


Out of the box, WordPress comes with its own plugin app store, which allows you to search through a huge library of free plugins. To access WordPress's built-in plugin browser, click Add New under the Plugins menu. Once inside the plugin app store, you have the option to either search by keyword or name, browse by popular tags, or see the newest plugins added.

After you search or browse by a tag, you will be presented with a list of plugins that are available for you to install from WordPress's Plugin Directory. Each will list its version number (the later the version, the more stable, usually), a community rating, a more detailed description, and an Install link.

Now is a good time to remember that you are dealing with FREE software; what you are about to install will most likely offer NO guarantees or warrantees. Never forget that a plugin runs server-side code on your website, which means that a plugin can access your database(s), can read, write, and delete files, and even send e-mails from your domain.

Note

Please read the reviews and listen to what the community has to say about the plugin you are about to install.

If a plugin is rated with 1 star by a lot of the community, it would be wise to keep your distance. But if a plugin has been installed 40,000 times and has a 3+ star rating, it's fair to say that it is trustworthy.

Clicking Install on this screen will not actually install the plugin; instead, it will launch a window that provides even more details about the specific plugin.

Plugin detail

The plugin details pop-up window provides you with a deeper look into the plugin you are about to install.

The important areas to pay attention to are as follows:

  • The number of downloads shows how popular a plugin is.

  • The average rating shows you what the community thinks about the plugin.

  • Last Updated date tells you if the project is still being actively worked upon.

  • Compatible up to tells you if the plugin has been tested on your version or not. Keep in mind that a lot of plugins might not have been "tested" with your current version, but will still work.

Many times, plugins require no additional setup or configuration, while others need a bit more tooling around to get running. If the developer provided Installation instructions, make sure to look them over to ensure that you're not getting in over your head. If you are happy with what you see, click the big red Install Now button.

Downloading, unpacking, installing

If, after clicking the Install Now button, you make it through all of the steps and see Activate Plugin, you're in for a treat! Congratulations, your web host supports the Automatic Install of WordPress.

Activating the plugin

While you have installed the plugin, you aren't done yet! We still need to activate it.

Once you click Activate Plugin, WordPress will go through the process of turning the plugin on. Depending on what the plugin does, this process could include creating new database tables or setting up new folders and files.

Once activated, you still might be required to provide more information before the plugin can run properly. For example, if you're installing Alex King's Twitter Tools plugin, you'll need to provide your Twitter credentials before it can do any of its magic.

Connection Information required

If, when you click Install Now, you see the Connection Information form, like the image in the next screenshot, then we have a little more work to do before we can start installing plugins automatically. However, you still have a chance to have "Automatic Install" if your hosting-provider allows it. Follow the next few steps to see if it's still a possibility. Don't worry if the next steps fail; we will still be able to install plugins quickly, just not as quickly as the "Automatic Install".

In this window, provide your Hostname, which will most likely be just your domain name. For example: icorbin.com (minus the http), your FTP username, and its password. Some installations might have FTP and SFTP for the connection type; if SFTP is available and it works when you click proceed, use it.

If your web host doesn't support this method, then we need to attack the problem without WordPress and instead use our own FTP client.

Manual installation


If you find that the Automatic Install feature isn't compatible with your web-hosting provider, then manual installation is the next best option. In this section, we will cover how to do it on both a Mac and PC.

At the highest level, manually installing a plugin will require you to connect to your web server, locate the WordPress plugins directory, and transfer a plugin that you have downloaded to your computer using either FTP or SFTP. Once you connect to your web server, you will need to locate your WordPress Plugin folder, which will most likely be in wp-content/plugins.

Manually installing a plugin with a Mac

If you do not currently have an FTP/SFTP application on your Mac, then I highly recommend Cyberduck, the best free FTP/SFTP client available for the Mac. You can download a free copy of Cyberduck from http://cyberduck.ch/.

After launching the Open Connection, located in the upper-right hand side of the Applications window, the following screenshot will ask for the specifics on connecting to your website. This information can all be usually found in your web host's control panel or the initial setup e-mail you received when you created your hosting account.

  • Connection Type: FTP, SFTP FTP-SSL. Which connection you should use depends on what your web-hosting provider supports. Almost all web hosts offer the less secure FTP protocol, but if you can, I would suggest connecting with SFTP (Secure FTP).

  • Server: the domain name or IP address of your website.

  • Username: your FTP account username.

  • Password: your FTP account password.

Click Connect.

If everything connects properly, you should see a list of files that exist on your website.

Browse to your plugin directory located at wp-content/plugins. This folder is where we will be putting any new plugin we want to install.

To save time, you can create a bookmark in Cyberduck, and save it on your desktop or Dock so you are only a click away from your plugin folder. To create a bookmark, select New Bookmark from Cyberduck's Action drop-down menu.

Transferring a plugin

Once you have downloaded the plugin to your computer, you will need to move it over to your website. To do this, we will move the plugin (most likely a .ZIP archive) to your website's FTP directory. Using Cyberduck, we will extract the ZIP file on the server. Extracting archives on the server can save significant time, as we are only uploading one file opposed to the hundreds some plugins can contain.

Now that we have the plugin's ZIP archive in the plugins directory, we need to expand it or unzip it. Cyberduck offers a super quick way for us to expand archived files like ZIP, TAR, and Gzip by right-clicking on your plugin and selecting Expand Archive.

Manually installing a plugin on Windows

For Windows users, I suggest the open source application called WinSCP—this great utility will allow you to connect to your server by FTP, SFTP, and FTP-SSL. To download WinSCP, visit http://winscp.net.

Once you have downloaded and installed WinSCP, launch the application, and you will be presented with the following screenshot:

  • Host Name: The domain name or IP address of your website

  • Port number: Leave this field as it is, as it will be set when we select a protocol in the next couple of steps

  • Username: Your FTP account's username

  • Password: Your FTP account's password

Next click Login.

If everything connects properly, you should see the following screenshot, which will contain all of the files that exist on your website, in a similar fashion that Windows Explorer does.

Most website providers keep all of the website files in a specific directory; our goal is to find this folder and proceed to wp-content/plugins. If you do not see wp-content, then look for a folder like htdocs, httpdocs, or www. Once you locate this folder, inside you should find the folders and files that make up your WordPress installation.

Once inside the plugins folder, we want to create a bookmark so that we can access this folder super quickly next time.

Creating a bookmark with WinSCP


Bookmarks are a super-easy way to connect to your server without having to remember the username, password, and path to your plugins directory. Once you have clicked your way to your plugins directory (located at wp-content/plugins/), click the Remote menu item, and select Add Bookmark, or you can simply click Ctrl+B.

Transferring a plugin to your blog

Once you have downloaded a plugin to your desktop, you will simply drag the unzipped folder directly into the wp-content/plugins directory.

Activating your plugin


Now that we have installed the plugin on the server, either by using Cyberduck on the Mac, WinSCP on Windows, or old school SSH, we still have one more step to go, namely, to activate the plugin.

To activate our plugin, we will first need to visit our plugin browser by expanding the "Appearance" tab and clicking on "Plugins". The plugin browser will display all of the plugins that are currently installed—inactive plugins have a light gray background while active plugins are denoted with a white background.

Once you have located the plugin you just installed, click the "Active Plugin" link. WordPress will now go through the steps needed to get that plugin ready and roaring.

Once your plugin has been activated, you will need to determine if there are any additional steps required to complete the plugin setup. Some of the more complex plugins might require you to provide additional information or might need some special code added to your WordPress theme files. It all really depends on the plugin that you are installing. If you found the plugin through the WordPress directory, then you will most likely find instructions that will tell you exactly the steps you will need to take.

Finding a plugin's settings


Most plugins have some sort of "settings"; other common names include "configuration" or "options"—each developer has their own special place to include this illusive panel. Because each plugin can stick its options in a ton of different spots throughout the WordPress administrator's navigation, I will make sure to tell you specifically where this page is for each of the plugins covered in this book. For those plugins you install without the guidance of this book, here are a few spots to look.

  • Top Navigation | Settings

  • Top Navigation | Plugins

  • Top Navigation | Tools

How plugins work


WordPress has designated areas that developers can leverage within their plugin; these areas are rightfully named Hooks. Currently, the two types of hooks available are Actions and Filters.

An Action is a hook that's triggered during common blogging events such as creating a post or deleting a comment. For example, the publish_post action is triggered whenever a post is finally published. Similarly, the wp_insert_comment is fired each time a website visitor leaves a comment.

A Filter, like an Action, is a hook that plugin developers use to modify various types of data before it's added to your database or displaying it to the end user. For example, the the_content filter is applied whenever your blog renders a "Posts" content. The content_save_pre filter is applied right before a blog post's body content is saved to a database.

You can learn more about Actions, Filters, and WordPress Plugins in general at:

Managing plugins


WordPress provides a wonderful built-in plugin manager for installing, activating, deactivating, and editing plugins. You will be spending a good majority of your time in the plugin manager. The sooner you become comfortable with it, the better.

  • Add New Plugin button lets you browse quickly all of the available plugins from WordPress's Plugin Directory directly from your Administrator section.

  • The Search for Plugins input box will allow you to quickly filter through all of the plugins you currently have installed.

  • Organize your currently installed plugins by clicking on any of the filter links like Active, Inactive, and Upgrade Available.

  • Out-of-Date plugins are signified by the presence of the yellow bar that states "There is a new version of [PLUGIN NAME] followed by an Upgrade Automatically link".

Keeping your plugins up-to-date


With WordPress's "automatic-updates", keeping all of your plugins up-to-date is a breeze. With a quick glance at your plugin manager, you'll know precisely which plugins need to be updated. A click on the Upgrade Automatically link performs all of the necessary actions to download, back up, and install the newest version of the plugin.

Out-of-date plugins are highlighted along with a message that says "There is a new version of Plugin Name available". In order to keep your blog running smoothly and securely, make sure that you keep your plugins up-to-date.

Learn by tinkering

Seeing how a developer handles a specific problem, how he/she then tries to break it, and then fixes it, is good way to learn how to program in PHP. Moreover, thanks to WordPress's built-in fail-safes—breaking a plugin will, most likely, not break your website.

WordPress plugin API

WordPress's plugin API at http://codex.Wordpress.org/Plugin_API contains all of the WordPress-specific tags, functions, and insights in to making and modifying plugins.

PHP references

As mentioned before, each plugin is written in PHP, which means that a plugin has access to every PHP function that exists—all 700 of them. To learn more about PHP and all of the cool stuff that you can do with it, head over to the PHP manual at http://php.net.

CSS

Cascading Style Sheets is a standard language for defining the look and feel of text and other elements on a web page. CSS is what you will use to "style" a plugin beyond its original design. You can learn more about CSS from any of these great resources at http://delicious.com/popular/css.

JavaScript

JavaScript is another very popular programming language that runs on your browser—opposed to the server-side nature of PHP. JavaScript allows you to make changes to virtually any part of your website without having to tinker with PHP. For more information about JavaScript, check out http://delicious.com/popular/javascript.

Troubleshooting plugins


  • Often, you will notice that problems arise for plugins after a large update to the entire WordPress platform. In any case, the following are a few tips to try if you encounter any problems getting your plugins to run.My plugin stops working after an update—Check the Plugin's website (listed in the Plugin Browser) to see if any known issues exist.

  • I can't find the plugin in my Plugin Browser—Make sure you uploaded it to the correct folder: wp-content/plugins.

  • Check the plugin's version compatibility—There is a chance that the plugin just won't work with a new version of WordPress; if this is the case, hopefully, the developer will release an update soon.

  • My plugin says I don't have permission to X folder—Permissions are settings on files and folders that either allow or disallow a user to write to them. You can learn more about setting permissions at http://codex.Wordpress.org/Changing_File_Permissions.

  • My plugin should be showing X on my post, but it's not—Many times, a plugin requires you to place a custom tag within your post to "trigger" the plugin; read the plugin's installation documentation.

  • I can't find the answer on the plugins' website—A quick google search for "problems installing [PLUGIN NAME] on WordPress" will lead you to an answer. You can also check the forum link on the plugin's homepage in the plugin directory at http://Wordpress.org/extend/plugins.

  • Google didn't give me the answer I was looking for—Search WordPress's plugin directory for a different plugin.

Editing plugins


If you are a power user or someone who likes to get their hands dirty, you will love the Plugin Editor! This little feature allows you to see the raw source of the plugin, and even make changes to it (if you have set the plugins folder to writable). To learn more about file and folder permissions, head over to http://codex.Wordpress.org/Changing_File_Permissions.

By clicking through Plugins | Plugin Editor, you will be presented with the code for the main plugin file. If your plugin folder is writable, you will be able to make changes and click Save. WordPress has safeguards in place to ensure that if you happen to make a mistake with the plugin, that it automatically becomes deactivated. If, at any point, you mangle a plugin to the point where you can no longer fix it, simply delete the plugin and reinstall it.

Summary


In this chapter, we covered how to use the Automatic Installation of plugins and how to install plugins manually using SFTP and FTP for both Macs and PCs. I hope you also learned that while plugins can rock your world, they can also be extremely dangerous and should always be handled with care.

The next chapter will focus on plugins that allow you to create content, improve WordPress's search, greet your visitors with personalized messages, and much more.

Left arrow icon Right arrow icon

Key benefits

  • Learn WordPress plugin basics for both Macs and PCs
  • Focuses exclusively on 100% free and open plugins
  • Screenshots for each plugin
  • Organized by complexity to install and manage
  • Search Terms for automatic installation of plugins
  • Instructions on configuring and setting up the more complex plugins

Description

Bloggers, authors, coders, photographers, moms, dads, big companies, small companies, and even kids use WordPress to manifest their personas online. WordPress is used in every market, in every country, and continues to grow everyday. This explosive growth and international open source love affair was ignited the day WordPress announced the simple idea of a 'plugin'A WordPress plugin is a collection of files (PHP, javascript, css) that creates a small feature or modification to your WordPress blog. WordPress Top Plugins will teach you to add these plugins to an already built base WordPress site, and customize them where applicable.This book will walk you through finding and installing the best plugins for generating and sharing content, for building communities and reader base, and for generating real advertising revenue.There is literally a plugin for almost anything you want to achieve in WordPress.This book will show you how plugins work, and more importantly, how to install and activate them on your blog without you having to touch a single line of code, unless of course, you want to.Content is king, and it’s pretty hard to generate. This book will cover some of the best plugins available on WordPress to generate unique and dynamic content.Once you have your blog loaded chock full of juicy content, you will learn how to turn your blog in to an overnight sensation by helping your readers to share it, using tools to retweet, post on Facebook, and so on.This book will teach you how to build a community with one single killer plugin, namely, BuddyPress—the best community building plugin available for WordPress.Once you are through with plugin basics, content, and building a community, this book will show you how to generate revenue! It will cover the top plugins for turning your blog into a money making machine!This book will also cover plugins focused on tweaking and perfecting your blog’s overall look and feel, and functionality.Nothing helps build a powerful online blog brand than a horde of talented writers to contribute their ideas and content – as well as their social network. This book will cover a bunch of plugins that will make working with multiple authors easy, efficient, and effective.Last but not the least, it will cover the best plugins for ensuring that your blog is secure, the database is running optimally, and in the case of an emergency, you have a full backup copy of your blog.While most plugins in this book are focused on a blog’s frontend, this book will also cover some great 'non-public' facing plugins that make our lives so much easier and make your WordPress site a productive powerhouse.

Who is this book for?

Regardless of whether this is your first time working with WordPress, or you’re a seasoned WordPress coding ninja, WordPress Top Plugins will walk you through finding and installing the best plugins for generating and sharing content, building communities and reader base, and generating real advertising revenue.

What you will learn

  • Install, manage, and edit plugins automatically and manually for both Macs and PCs
  • Create new blog posts from RSS feeds and pull external content from any website
  • Create rich and engaging photo galleries
  • Embed video from YouTube, Google, Vimeo, and more
  • Embed Google Maps with custom markers
  • Make your blog mobile by sending notifications to users mobile phones, by letting users pick their theme, inserting dynamic content in to posts and pages, and so on
  • Learn the basics of starting an online community with BuddyPress plugin
  • Leverage other Social Networks to drive traffic
  • Generate Revenue by collecting donations with PayPal, including Amazon related products on a post, working with Google AdSense, selling digital goods with your own shopping cart, invoicing clients, and selling ad space on your site.
  • Promote your authors, track an author’s performance, and share Google Adsense revenue with your authors
  • Protect your website from common hacking practices by eliminating comment spam, and also by creating backup of your database and entire blog
  • Make your WordPress Administration beautiful and usable by keeping track of visitors’ activities, accessing links to your Admin from your blogs frontend, adding powerful CMS-like features, and so on
  • Customize your blog s appearance by using customization plugins

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Sep 21, 2010
Length: 254 pages
Edition : 1st
Language : English
ISBN-13 : 9781849511414
Vendor :
WordPress Foundation
Languages :
Concepts :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Sep 21, 2010
Length: 254 pages
Edition : 1st
Language : English
ISBN-13 : 9781849511414
Vendor :
WordPress Foundation
Languages :
Concepts :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 119.97
WordPress 3.7 Complete: Third Edition
$48.99
Social Media for Wordpress: Build Communities, Engage Members and Promote Your Site
$26.99
WordPress Top Plugins
$43.99
Total $ 119.97 Stars icon

Table of Contents

10 Chapters
Plugin Basics Chevron down icon Chevron up icon
Generating Content Chevron down icon Chevron up icon
Sharing Content Chevron down icon Chevron up icon
Style and Function Chevron down icon Chevron up icon
Building a Community with BuddyPress Chevron down icon Chevron up icon
Generating Revenue Chevron down icon Chevron up icon
Working with Multiple Authors Chevron down icon Chevron up icon
Security and Maintenance Chevron down icon Chevron up icon
Power Admin Chevron down icon Chevron up icon
Time for Action Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
(4 Ratings)
5 star 25%
4 star 50%
3 star 25%
2 star 0%
1 star 0%
Robert Morris Mar 03, 2011
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Presumably many others are also in circumstances comparable with mine: I am working with people who have been retained to help improve my WordPress website and I need to understand the technical nomenclature, the interdependence of components, and other "basics." Hence the importance to me of having volumes such as this one to fill in my information/understanding gaps.As is also true of other Packt publications in its "WordPress" series, notably Heather R. Wallace's WordPress 3 Site Blueprints, Tessa Blakeley Silver`s WordPress 3.0 jQuery, and Brandon Corbin's WordPress Top Plug Ins, Silver again provides about as much information, insights, and advice that I need to in order to work effectively with my website team. Our shared objective: To co-create professional (i.e. "commercial strength") themes.My high regard for this volume and rating of it are explained by the fact that I have learned a great deal about:o WordPress plugin basics for both Macs and PCso About those that focus exclusively on 100% free and open pluginso Screenshots for each plugin that are organized by complexity to install and manageo Search Terms for automatic installation of pluginso Instructions on configuring and setting up the more complex pluginso The eBook available as PDF and ePub downloads and also on PacktLib ([...])You can obtain even more information about this book by visiting [...]In another review, I will share what I learned from Tessa Baker Silver's Word Press Theme Design, a volume that provides a complete guide to creating professional WordPress themes.
Amazon Verified review Amazon
Prabhu Ram Jun 14, 2012
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
I am starting with WordPress development. Apart from the basic setup, WP offers a sea of plugins which is positive and also quite nightmare. The book gives a good hold on the plugins that can be used to extend WP, and also is well categorized. Even if one does not chooses the author's recommended plugins, the book serves as a good pathfinder to knowledge oneself on the possible plugins that are available in WP store house. Very good for newbies to know what to expect out of WP plugin database.However, I am giving 4 star, I am not sure how much the author has used them personally, and if faced any issues that are likely to occur.
Amazon Verified review Amazon
Mark Polino Jul 26, 2014
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
I've got a couple of fully functioning WordPress sites so I'm always looking for ways to make them better, easier, and simpler to administer. I got Wordpress Top Plugins for free via Packt Publishing and I dove in looking for stuff.An inherent problem with a book like this is that it ages quickly. New Wordpress versions come out regularly and plugins sometimes don't get updated or are abandoned all together. With that in mind, I went into this book looking for ideas. If could find the specific plugin recommended, great, if not, and the functionality of the plugin still interested me, I at least had a starting point.With that in mind, I was really pleased with Wordpress Top Plugins. Some were well known items that I was already using, but there were plenty of interesting gems. I came away with more than a dozen plugins to at least look at.The book is well organized and the reason why each plug in is suggested is included. If you're looking for ideas, Wordpress Top Plugins is a great place to start.
Amazon Verified review Amazon
Chen Sun Jan 31, 2011
Full star icon Full star icon Full star icon Empty star icon Empty star icon 3
Overpriced and unclear as to degree of author's experience in use. This book is essentially a cataloging of and commentaries on approximately 50 Wordpress plugins. Content is what I would expect on someone's website. I purchased this because I expected a book author would provide in depth analysis and true expertise. This book just doesn't feel like the author has done sufficient reviews of competitive plugins and even feels like he hasn't thoroughly used many of the plugins reviewed much. If the title claims these are Wordpress's Top Plugins, I expect a book to be more than reviewing some high star ratings plugins on Wordpress.org.Probably worth about $20.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.