How to find out what WordPress theme a website is using
Have you ever wondered what WordPress theme a website is using or how it was made? Well it’s actually pretty easy to find out. A nifty little tool called HTTRack can actually download a full website. I...
View ArticleDecode Footer.php file in TheCorporation WordPress Theme
I hate people that encode themes. It is bad business and sometimes there can be back doors or vulnerabilities associated with those kinds of files. When companies do this kind of stuff I really don’t...
View ArticleHow to find your WordPress MySQL username and password
There are many reason’s why you might not know your MySQL username and password that is tied to your WordPress install. Lately I’ve seen this a lot more because someone with enough know how click...
View ArticleWordPress Error 500 after upgrading PHP
There are a couple of things I have found that fixes this issue. Go into php.ini and search for “cgi.rfc2616_headers” and Uncomment the line and make the value equal to “1”. It should look like this...
View ArticleWordPress 5 minute install
This post will go through my 5-minute install of WordPress. This will be the base setup for my Genesis framework HOW TO. There really is only 12 steps. This will go over how to setup WordPress on your...
View ArticleTutorial – WordPress Genesis Framework 101
Introduction to the Genesis Framework Genesis is a premium paid-for framework. Once you have paid for it you can make child themes that run on top of Genesis. I am going to assume you have at least 6...
View ArticleTutorial – How to Install the Genesis Framework
This is a tutorial on how to install the WordPress Framework known as Genesis. If you missed my earlier two posts you might want to check them out: What is the Genesis Framework? How to easily install...
View ArticleGenesis Plugins you will want on every site (Tutorial)
If you don’t know what Genesis is you might want to check out some of my previous posts to get up to speed: How to install the Genesis Framework What is the Genesis Framework? How to easily install...
View ArticleHow to protect your WordPress Website
.htaccess tricks You can use .htacces to prevent people from peering at your files. Edit the .htaccess in your WordPress root. <Files .htaccess> order allow,deny deny from all </Files>...
View ArticleWindows – How to Backup MySQL using a Script
This post will cover how to easily backup your MySQL Database. I typically use this script to backup my Databases. Rename the file to backup.bat Lines 3&4 get the date and time. This time stamp...
View Article