Slide 1

Slide 1 text

Choosing and Managing WordPress Plugins #wpchattanooga

Slide 2

Slide 2 text

What is a Plugin? A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. --wpbeginner.com/glossary/plugin

Slide 3

Slide 3 text

Plugins vs. Themes PLUGINS ▪ Add or modify site functionality, features ▪ May modify site appearance ▪ Often receive updates ▪ Can often be “swapped” for an alternative fairly easily THEMES ▪ Manage site appearance, layout ▪ May add functionality ▪ May or may not receive updates ▪ Will probably require a bit more work to swap out

Slide 4

Slide 4 text

Finding Plugins wordpress.org/plugins

Slide 5

Slide 5 text

Disclaimer Yes, plugins can be found places other than the repository. Any plugins named in this presentation are used for example purposes only, not as a recommendation, even if they’re awesome.

Slide 6

Slide 6 text

Picking Plugins Popularity Support Documentation Reliability Focus

Slide 7

Slide 7 text

Popularity

Slide 8

Slide 8 text

Support ▪ Last updated ▪ Tested up to ▪ Issues resolved in last two months ▪ Support forums

Slide 9

Slide 9 text

Documentation ▪ Description ▪ FAQ, if needed ▪ Plugin website, if it exists

Slide 10

Slide 10 text

Reliability Reputation ▪ Ratings ▪ Last updated ▪ Tested up to ▪ Issues resolved in last two months

Slide 11

Slide 11 text

Focus

Slide 12

Slide 12 text

Things to Check

Slide 13

Slide 13 text

No content

Slide 14

Slide 14 text

Ratings and Support

Slide 15

Slide 15 text

No content

Slide 16

Slide 16 text

WordPress Information ▪https://ithemes.com/category/wordp ress-security/ ▪https://www.wordfence.com/blog/cat egory/vulnerabilities/ ▪https://sitecheck.sucuri.net/ ▪https://wptavern.com/category/plugi ns plugins, security, general news

Slide 17

Slide 17 text

No content

Slide 18

Slide 18 text

No content

Slide 19

Slide 19 text

Plugins Every Site Should Have DEFINITELY MUST HAVE ▪ A security plugin ▪ A good forms plugin ▪ An anti-spam plugin ▪ A backup plugin NICE TO HAVE, MAYBE ▪ Analytics ▪ A social sharing plugin ▪ E-commerce ▪ Featured posts widget/block

Slide 20

Slide 20 text

Plugins You Never Knew You Needed ▪ Regenerate Thumbnails ▪ Members ▪ Imsanity ▪ Query Monitor (for local development)

Slide 21

Slide 21 text

Repository Tips for Developers ▪ Read https://wordpress.org/plugins/developers/ ▪ Answer support tickets, or make support channels clear, if you don’t want to use the WordPress forums ▪ Test your plugin(s) with trunk, beta ▪ At the least, update the “Tested up to:” information in your readme.txt when a new major version of WordPress is released ▪ Feel free to update the minimum WordPress version

Slide 22

Slide 22 text

Questions Thank you! @robincornett (twitter) robincornett.com (web)