Category: Wordpress

Top 5 Wordpress Plugins to Improve Load Times

Top 5 WordPress Plugins to Improve Load Times

Top 5 WordPress Plugins to Improve Load TimesLike any CMS or Web architecture, there will be fast and slow websites. The CMS is a layer that can add some latency, but, fortunately, most CMS platforms have a number of solutions for improving page load times. I’ve played with dozens and these are my top 5 WordPress plugins to improve load times.

First, you want a good arsenal of tools for tracking page load times. I tend to reference the below. It’s always a good idea to run the baseline load time test to have a comparison.

Read More
0
Track Embedded Videos With Google Tag Manager in Wordpress

Track YouTube Videos With Google Tag Manager in WordPress

Track Embedded Videos With Google Tag Manager in WordPressGoogle Tag Manager is extremely powerful. Most website interaction can be tracked without any customization, but, alas  do not pass the interaction values by default. This makes tracking the embedded videos a bit more high-touch. In this post, we’re going to track YouTube videos with Google Tag Manager in WordPress and tie it to applicable events in Google Analytics.

First, to track the embedded videos, we will be using a plugin. I typically hard code the Google Tag Manager code, but this plugin is starting to sway my recommendations. A little. If you do not want to use a plugin … Read More

0
Top 5 Wordpress Plugins

Top 5 WordPress Plugins

Top 5 WordPress PluginsWhile I appreciate Joomla and Drupal as well as some of the Niche CMS such as Magento and some on the Windows side WordPress remains my go-to CMS for flexibility and potential. For this reason, I find myself using many WordPress plugins. Through this experience I have found dozens of favorite WordPress plugins. Some have niche use and others can really apply to almost ANY install. For this list of top 5 WordPress plugins I will concentrate on the WordPress plugins that can be used on most any  Wordpress install with great benefit.

Top 5 WordPress Plugins

Wordpress SEO WordPress Plugin1) WordPress SEORead More

2
Change Wordpress Password in Database

Change WordPress Password in Database

Change WordPress Password in DatabaseThere are many reasons to change WordPress password in database. The most obvious reason for you to change your WordPress password in the database is because you’ve forgotten it and standard recovery methods do not work.

Fortunately, it’s an easy task to change your WordPress password in the database.

What You Need to Change WordPress Password in Database

  • cPanel or Plesk credentials
  • If multiple databases in your hosting account you will need to know the database of your specific site, which can be found in your wp_config file

How to Change WordPress Password in Database

1. Log in to Read More

0
How To Customize Wordpress 404 Error Page

How To Customize WordPress 404 Error Page

How To Customize WordPress 404 Error PageIt’s easy to create and customize a WordPress 404 error page. If you prefer video instructions for how to customize WordPress 404 error page check out my YouTube video.

There are a number of SEO-focused reasons to at least make sure you have a 404 error page with your site’s navigation. However, this is less of a worry with recent versions of WordPress where the majority of themes will have a default 404.php file or error page that maintains your site’s navigation. However, this default file may or not be see something you want, so it’s important to know … Read More

0
Wordpress Spam Filter Keyword List

WordPress Spam Filter Keyword List

Wordpress Spam Filter Keyword ListSpam sucks. People who spam websites suck. That’s why I dug into finding a WordPress Spam filter keyword list. Yes, I also use a Spam blocking plugin. Specifically, I use the stop Spammers registration plugin. Update: I now use WP-Spamshield – much better. This works okay, Akismet is probably better in my experience, but this website makes no money therefore it gets no money. In addition to applying the below provided WordPress Spam filter keyword list I also recommend checking out this official WordPress post for combating Spam. Look, I’ve done all the above and still get … Read More

0
How To Test Wordpress Install On Dedicated IP Without Pointing Domain

How To Test WordPress Install On Dedicated IP Without Pointing Domain

This is a quick walk through of how to test WordPress install on a dedicated IP without pointing domain or DNS. When should you test a WordPress install prior to pointing your domain? Anytime you migrate a WordPress install to a new server and don’t want to risk any down time due to issues discovered after the sometimes lengthy DNS propogation. This same method can also be used on shared IPs, but the instructions vary slightly for most hosting service.

How To Test WordPress Install On Dedicated IP Without Pointing Domain

*Note that this is for a quick test. If you’re going to leave your install in a staging environment … Read More

0
Fix Wordpress Fatal Error Allowed Memory Size Limit

Fix WordPress Fatal Error Allowed Memory Size Limit

Today is a quick tutorial on how to fix the error message: Fatal error: Allowed memory size of 67108864 bytes exhausted

Fix WordPress Fatal Error Allowed Memory Size Limit

If you’ve never seen this message, good, you’re hosting provider is good. I, however, have elected to go with free hosting at 000WebHost and while it’s a good free host, it is not a good host. Not to say I would hit these same barriers with a paid account.

Fix WordPress Fatal Error Allowed Memory Size Limit

To fix the Fatal error: Allowed memory size of error message all we’re going to do is add one line to our … Read More

0
Add Custom Favicon to Wordpress Site

Add Custom Favicon to WordPress Site

In this post, I will quickly walk through how to add a custom favicon to a WordPress site. If you are not aware what a Favicon is it is the tiny image that rests in your tabbed view in most browsers. It will also show in bookmarks and social bookmarks.

Add Custom Favicon to WordPress Site

How to Add Custom Favicon to WordPress Site

1) Build you favicon using the below link. I typically upload an image and have it match image constraints to fit within a square:

http://www.favicon.cc/

2) Save your favicon to your desktop:

Save Favicon to Desktop

3) Change your file name to favicon.ico (yes, you must … Read More

0
Remove Comments Wordpress Posts

Delete Comments from WordPress Site Pages

Here’s a simple way to delete comments from your WordPress Site’s pages while maintaining these on your posts. Keep this in mind as we’re editing your WordPress PAGES not your POSTS. Very handy.

Remove comments from WordPress posts.

1) Click “Appearance on the left side

2) Click “Editor” on the left side

3) Click “page.php” or “single.php” on the right (use command-f or control-f to find quickly)

4) Find and delete (or comment out): <?php comments_template(); ?>

5) Save and you’re done!

If you’d like to delete comments from your posts follow the steps above, but in step three select … Read More

0