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 Print?

Product feature icon Instant access to your digital copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
Product feature icon Redeem a companion digital copy on all Print orders
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

Shipping Address

Billing Address

Shipping Methods
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
Estimated delivery fee Deliver to Colombia

Standard delivery 10 - 13 business days

$19.95

Premium delivery 3 - 6 business days

$40.95
(Includes tracking information)

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 : 9781849511407
Vendor :
WordPress Foundation
Languages :
Concepts :
Tools :

What do you get with Print?

Product feature icon Instant access to your digital copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
Product feature icon Redeem a companion digital copy on all Print orders
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

Shipping Address

Billing Address

Shipping Methods
Estimated delivery fee Deliver to Colombia

Standard delivery 10 - 13 business days

$19.95

Premium delivery 3 - 6 business days

$40.95
(Includes tracking information)

Product Details

Publication date : Sep 21, 2010
Length: 254 pages
Edition : 1st
Language : English
ISBN-13 : 9781849511407
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

What is the digital copy I get with my Print order? Chevron down icon Chevron up icon

When you buy any Print edition of our Books, you can redeem (for free) the eBook edition of the Print Book you’ve purchased. This gives you instant access to your book when you make an order via PDF, EPUB or our online Reader experience.

What is the delivery time and cost of print book? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela
What is custom duty/charge? Chevron down icon Chevron up icon

Customs duty are charges levied on goods when they cross international borders. It is a tax that is imposed on imported goods. These duties are charged by special authorities and bodies created by local governments and are meant to protect local industries, economies, and businesses.

Do I have to pay customs charges for the print book order? Chevron down icon Chevron up icon

The orders shipped to the countries that are listed under EU27 will not bear custom charges. They are paid by Packt as part of the order.

List of EU27 countries: www.gov.uk/eu-eea:

A custom duty or localized taxes may be applicable on the shipment and would be charged by the recipient country outside of the EU27 which should be paid by the customer and these duties are not included in the shipping charges been charged on the order.

How do I know my custom duty charges? Chevron down icon Chevron up icon

The amount of duty payable varies greatly depending on the imported goods, the country of origin and several other factors like the total invoice amount or dimensions like weight, and other such criteria applicable in your country.

For example:

  • If you live in Mexico, and the declared value of your ordered items is over $ 50, for you to receive a package, you will have to pay additional import tax of 19% which will be $ 9.50 to the courier service.
  • Whereas if you live in Turkey, and the declared value of your ordered items is over € 22, for you to receive a package, you will have to pay additional import tax of 18% which will be € 3.96 to the courier service.
How can I cancel my order? Chevron down icon Chevron up icon

Cancellation Policy for Published Printed Books:

You can cancel any order within 1 hour of placing the order. Simply contact customercare@packt.com with your order details or payment transaction id. If your order has already started the shipment process, we will do our best to stop it. However, if it is already on the way to you then when you receive it, you can contact us at customercare@packt.com using the returns and refund process.

Please understand that Packt Publishing cannot provide refunds or cancel any order except for the cases described in our Return Policy (i.e. Packt Publishing agrees to replace your printed book because it arrives damaged or material defect in book), Packt Publishing will not accept returns.

What is your returns and refunds policy? Chevron down icon Chevron up icon

Return Policy:

We want you to be happy with your purchase from Packtpub.com. We will not hassle you with returning print books to us. If the print book you receive from us is incorrect, damaged, doesn't work or is unacceptably late, please contact Customer Relations Team on customercare@packt.com with the order number and issue details as explained below:

  1. If you ordered (eBook, Video or Print Book) incorrectly or accidentally, please contact Customer Relations Team on customercare@packt.com within one hour of placing the order and we will replace/refund you the item cost.
  2. Sadly, if your eBook or Video file is faulty or a fault occurs during the eBook or Video being made available to you, i.e. during download then you should contact Customer Relations Team within 14 days of purchase on customercare@packt.com who will be able to resolve this issue for you.
  3. You will have a choice of replacement or refund of the problem items.(damaged, defective or incorrect)
  4. Once Customer Care Team confirms that you will be refunded, you should receive the refund within 10 to 12 working days.
  5. If you are only requesting a refund of one book from a multiple order, then we will refund you the appropriate single item.
  6. Where the items were shipped under a free shipping offer, there will be no shipping costs to refund.

On the off chance your printed book arrives damaged, with book material defect, contact our Customer Relation Team on customercare@packt.com within 14 days of receipt of the book with appropriate evidence of damage and we will work with you to secure a replacement copy, if necessary. Please note that each printed book you order from us is individually made by Packt's professional book-printing partner which is on a print-on-demand basis.

What tax is charged? Chevron down icon Chevron up icon

Currently, no tax is charged on the purchase of any print book (subject to change based on the laws and regulations). A localized VAT fee is charged only to our European and UK customers on eBooks, Video and subscriptions that they buy. GST is charged to Indian customers for eBooks and video purchases.

What payment methods can I use? Chevron down icon Chevron up icon

You can pay with the following card types:

  1. Visa Debit
  2. Visa Credit
  3. MasterCard
  4. PayPal
What is the delivery time and cost of print books? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela