If you are seeing the error "Failed To Insert Media" in WordPress then chances are you have a permissions issue on your website. You could also experience issues with trying to install a plugin or a theme. This is an easy fix, so just follow along here.
Read MoreThis is an Ajax in WordPress tutorial. Let it serve as an ultimate beginner's guide for you. I have already made several posts on Ajax and how to use it. However, this is my first post for using Ajax in WordPress. I think you will enjoy this lesson with a
Read MoreIn this how to tutorial I will show you how to move a large WordPress website from one server to another. In this tutorial I assume that you already know how to SSH into your server. You must already know these following things, if you do not, click the l
Read MoreFix Hacked WordPress infected with malware the professional way. There are many tutorials out there on the web on how to fix a hacked WordPress website. The way professionals fix a hacked WordPress is much different. We fix hacked WordPress websites on a
Read MoreHave you done the WordPress 5.0 Update and can no longer use text view? That is because the classic editor is becoming a thing of the past. WordPress now has the "Gutenberg Editor" and even if you install the classic editor you are bound to still have pro
Read MoreWant to use Google Fonts with your WordPress website. This tutorial makes it easy and shows you how to get it set up with your site.
Read MoreInsert content on your homepage blogroll in WordPress by programming it in PHP. Its fairly easy and we will provide the codes for you right here. Keep in mind that you should only do this to a child theme. In the tutorial I demonstrated it on a parent the
Read MoreMaximize adsense revenue in your WordPress website. If you really want to increase your earning potential then we have the plugin for you!
Read MoreThis article will help you install WordPress with Shell access ( ssh ) using the wget command in a Linux/Ubuntu terminal.
Read MoreSometimes when you transfer a wordpress site you will get errors. Keep in mind that your old server may be using a different version of PHP than your new server. If you keep getting prompted to download a file when you go to the front end of your website
Read MoreWhy Am I Getting Contact Form 7 Configuration Errors? New updates in the Contact Form 7 WordPress plugin may have placed this warning in your dashboard. This is to prevent email sending errors because of empty entry fields. This is quick and easy to repai
Read MoreIf you are ready to move your WordPress from HTTP to HTTPS the fastest and easiest way follow these steps. #wordpress
Read MoreSo there is a little code that you can use to query the posts then show the last post on a page. in this particular code we are ordering by date and grabbing the last post that was made according to the date. The following code will grab: The Permalink Th
Read MoreIf you are on the genesis system and want to have previous and next post navigation you can add the code below to your functions.php file. This is a great way for people to navigate though the posts on your website.
Read MoreYou installed a plugin and then you try to use the shortcode on your sidebar. It does not show up, what do you do? Well here is a series of short codes that you will add to your functions.php file. By adding the following short codes you will be able to
Read More