Links and Information about WordPress

WordPress Log 6kLinks and Information About WordPress

January 2015 Edition

Here is a list of plugins, sites, ideas, and links to material about WordPress,
resources to help with Blogging in general, and help with Social Media.

 

You can download WordPress from WordPress.org (not to be confused with WordPress.com)

Download WordPress: https://wordpress.org/download/

Download Themes: https://wordpress.org/themes/

Download Plugins: https://wordpress.org/plugins/

 

Free Images:

https://images.google.com

https://www.flickr.com/

http://www.hubspot.com/free-marketing-resources

 

Not Free Images:

https://www.canva.com/

http://www.gettyimages.com/

 

Free Image Editing Tools:

Ifranview: http://www.irfanview.com/main_download_engl.htm

Paint.net: http://www.getpaint.net/download.html

Gimp for Windows: http://www.gimp.org/downloads/

 

Plugins to Optimize Your WordPress Site:

Shrink Images

WP Smushit: https://wordpress.org/plugins/wp-smushit/

EWWW Image Optimizer: https://wordpress.org/plugins/ewww-image-optimizer/

 

Cache or Minify JavaScript and CSS:

AutoOptimize: https://wordpress.org/plugins/autoptimize/

 

Site Caching:

WP Super Cache: https://wordpress.org/plugins/wp-super-cache/

 

Sitemaps:

Google Sitemap by BestWebSoft: https://wordpress.org/plugins/google-sitemap-plugin/

Google XML Sitemaps https://wordpress.org/plugins/google-sitemap-generator/

 

Page Speed Testing Sites:

Google Page Speed: https://developers.google.com/speed/pagespeed/insights/

Pingdom Web Test: http://tools.pingdom.com/fpt/

WebpageTest.org http://www.webpagetest.org/

 

 

Webmaster Tools

Google Webmaster Tools https://www.google.com/webmasters/tools/home?hl=en

Bing Webmaster Tools http://www.bing.com/toolbox/webmaster

Yandex: https://webmaster.yandex.com/addurl.xml

Security Plugins and Sites for WordPress:

WordFence: https://wordpress.org/plugins/wordfence/ (My favorite, also I use their caching tool instead of WP Super Cache)

iThemes Security: https://wordpress.org/plugins/better-wp-security/

Sucuri: http://sucuri.net/

 

Scheduling and Planning Posts

WP Scheduled Posts: https://wordpress.org/plugins/wp-scheduled-posts/

Hubspot Excel Spreadsheet: http://offers.hubspot.com/blog-editorial-calendar (requires creating account)

 

Suggested Books:

The Art of Social Media: Power Tips for Power Users by Guy Kawasaki and Peg Fitzsimmons
http://www.amazon.com/gp/product/B00O4RHN8M?pldnSite=1

 

WordPress: From Setup to Website by Roy Richardson

https://www.amazon.com/dp/B00DP61H3A

 

Social Sharing Plugins:

WP to Twitter: https://wordpress.org/plugins/wp-to-twitter/

Jetpack for WordPress (comes with WordPress but must be activated) Free mostly

WP Social Share: https://wordpress.org/plugins/wp-social-share/

Cresta Social Share: https://wordpress.org/plugins/cresta-social-share-counter/

Social Warfare: http://warfareplugins.com/ (Costs money)

My WordPress Security Essentials

WordPress Security

If you have run a WordPress site a bit, you may (or maybe you haven’t) noticed that sometimes it feels like your site is a target. If you don’t view your logs, you may not even know. But once you start watching a little closer you will find just like every other site on the Internet people, bots, and zombies like to come and rattle our door knobs to make sure your doors are locked. And if they aren’t, they will just walk on in and if they are, some will try every key on their key ring to make sure your doors really are locked.

Having hosted many a WordPress site mostly for fun and rarely for profit, I have used a lot of free or nearly free tools to protect my sites. It is only in the last two years I have started to pay more money to be sure my sites were not easily compromised. So here are some suggestions on some good ways to protect your site.

1. Backup and Backup often.

Assume your site will be compromised. If your website were to magically disappear today with all of your content, what would you do to get it back? Re-setting up WordPress is easy. Remember the “famous five minute” install? But your content is irreplaceable. Backup and backup often. If you are self hosted most providers offer ways to backup your site and your database. Remember, you have to backup both pieces if you want to be able to restore everything about your site to original condition. Look for another post that goes into great details about backups and backup options.

2. Don’t make it easy for bots and zombies to log into your site.

Everybody probably hates reCAPTCHAs but they do make it harder for automated attacks to get into your website. One plugin I use is “Are you robot google recaptcha for wordpress“. That is the name of it. There are others but this one works well. Google recently simplified the whole reCAPTCHA process with this. This is what your login will look like after you add it. You will need to have a Google Gmail account so you can log into their API (Application Programming Interface) and get developer keys to run this. This is free and so is the plugin.

Are You A Robot Login

3. Update Update Update

Sure, it is a challenge. You can’t always be sure if you update your WordPress version to the latest your plugins or customization will still work. But if you installed WordPress 4.0, there was a major security flaw found and they quickly released 4.1. Meanwhile hackers discovered the flaw and began writing stuff to exploit it. The same is true with plugins. Sometimes well meaning plugins have major flaws. If you follow security bulletins offered by some security sites, you can almost keep up. But it is important to update and it is of course important to test after the update to be sure your site still works.

4. Two Factor Authentication

If you aren’t using Two Factor Authentication on every possible website you can, then you should be. It is super easy to add TFA to your WP site. First go and download the plugin “Google Authenticator” from WordPress.org. Second before you install it, go and download the Google Authenticator app for your mobile device (either Apple or Android). Before you activate this, you will want to be able to scan a QR code from your mobile device so that adding it to your phone (after you install the app) is easy. Secondly, once you enable this, it is kind of like locking one set of doors before the real set. You will have to know your Google Authentication code and your password to log in from now on once you enable it.

Note: To disable this in the event you some how lock your self out of your site, you can temporarily move or rename the Google Authenticator plugin out from under the plugins directory.

By default it does not enable itself on all accounts on your site. So you have to visit each account and enable it. Here are what the settings look like for each user.

Google Authenticator Settings

And after you enable it, your login screen looks like this. So when you login, go to the Google Authenticator app on your phone and get the current code to log on.

Google Authenticator Login

 

For security reasons I can’t show you my authenticator screen but here is what the screen looks like except there will be an entry for your WordPress site on your phone.

 

Google Authenticator Screenshoot

 

5. Don’t let “people” try to login over and over again.

WordPress does not by default limit the number of login attempts allowed. But a simple plugin called “Limit Login Attempts“. This sets limits on the number of times you allow someone (or something) to attempt to login. And it locks the account if they try so many times. And it can email you after so many attempts if you want. You can set time limits on lockouts and duration times as well.

Limit Login Attempts

 

6. Firewalls help keep the “evils” out

I looked for a free firewall plugin. I settled on “WordFence Security“. It has grown on me and is now my “Go To” plugin when someone says “Help! People are rattling my website”. WordFence scans your site, shows you when something has changed that shouldn’t have. Granted sometimes those alerts are false positives. It will block IP addresses from things that keep trying over and over to get into your site. It has advanced blocking features and also does Caching (if you want to speed up the performance of your site). A post on Caching and other performance tuning will be done at a later date. And lastly when my site was constantly under attack from certain countries, I was forced to buy the premium version of WordFence to allow me to block by country. I want my site to be viewable to the world but sometimes you have no choice so I paid for a license and I now block a few countries as they constantly rattled my doors. This cut down dramatically on any attacks I was receiving. Also, I like being able to easily see the logs of who has visited my site. It is always nice to see Google and Bing have visited me each day to index their site for their search engines.

Conclusion

There are certainly other products in the market to secure your site such as Sucuri, which scans your website and claims to be antivirus and firewall. I am also told they will help clean up your site in the event you have been hacked (for a fee of course). And there is iThemes Security Pro which has a plugin that works a lot like WordFence. I would certainly consider all three and decide what seems the best fit for you.

Stay Safe Out there!