Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
WordPress Top Plugins

You're reading from   WordPress Top Plugins Find and install the best plugins for generating and sharing content, building communities and generating revenue

Arrow left icon
Product type Paperback
Published in Sep 2010
Publisher Packt
ISBN-13 9781849511407
Length 254 pages
Edition 1st Edition
Languages
Concepts
Arrow right icon
Author (1):
Arrow left icon
Brandon Corbin Brandon Corbin
Author Profile Icon Brandon Corbin
Brandon Corbin
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

WordPress Top Plugins
Credits
About the Author
About the Reviewer
1. Preface
1. Plugin Basics 2. Generating Content FREE CHAPTER 3. Sharing Content 4. Style and Function 5. Building a Community with BuddyPress 6. Generating Revenue 7. Working with Multiple Authors 8. Security and Maintenance 9. Power Admin 10. Time for Action

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.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image