WordPress Password Recover Does Not Work

So, you're trying to reset your admin password but your site is not sending the password reset email. This is one of the most annoying issues you will encounter as an Admin. But, do not worry, there is a very simple  solution. It's time to go hacker!
Unable to Load Page

MAMP – Unable to Load Page After Installing MAMP

So the default for map ports is 8888. If these are not mapped to localhost, you will not be able to process the page request. Most likely, your local host points to port 80.  To fix this, open MAMP, go to preferences, ports and click the Set…
MAMP incorrect parameter error

MAMP Error – phpMyAdmin – Error Incorrect format parameter

Are you getting Incorrect format parameter when trying to upload a MySQL database in MAMP? This took me a while to figure out, but once I did, I thought I would write a quick post to help anyone who is having the same problem. So, if you are…

Missing Read More On Blog

Are you missing "Read More" link in your blog excerpt? Well, theres an easy fix. Just add the following code to your functions.php file.   function new_excerpt_more($more) { global $post; return '… <a href="'. get_permalink($post->ID)…

10 Reason You Should Have A G-Mail Account

Hey there, today I want to touch on the subject of email. If you're in business, your email says everything about you. So, if you have a business and you do not have an email account that ends with @yourdomain.com, it's important for you to…

Do You Own Your Website?

Do You Own Your Website? Let's get down to the million dollar question. Do you own or rent your website? If you don't know the answer to this question, it's important to ask whoever is hosting or managing it. Hosted Solution vs Traditional Hosting Let's…

Cool Strategy To Boost Your Email Campaigns

When I first saw someone do this, I thought...this is genius! So, check it, I opened up an email and in the body of an email, the sender had a link that said "Click Here To Share This Email With Your Team". I scratched my head a little, and…