A lot of people have been facing an issue where when you make a post private in WordPress and set a password, when you go to log in you just get a blank page.
To fix this change…
wp_safe_redirect(wp_get_referer());
to
wp_safe_redirect(wp_get_referer() . ‘?’);
in the wp-pass.php file. Thanks to sarmadhassan for [...]
So, the issue is that when you use WordPress’ default “Protected Pages” feature the word “Protected” shows up in the title and navigation, which can be really annoying.
If you want to get rid of it, there is a simple solution, though.
Simply open up your functions.php file and add the following code:
function the_title_trim($title) [...]
Many WordPress sites these days are run on servers running cPanel, one of the most popular hosting platforms in the world today. This tutorial shows you a quick 30 second way to download a backup of your WordPress files and database to your local machine. By keeping a backup locally, not only if [...]
Once you have a WordPress site set up, you are going to want to add your sitemap to Google Webmaster Tools. This helps you gain visibility, and lets Google know every time you update or add a new page. This video shows you how to set up a Google Webmaster Tools account [...]
This video shows you how fast and easy it is to enable Akismet – a fantastic comment spam protection system for WordPress. Akismet learns dynamically from what you spam and what you don’t and can cut down on the time it takes to manage comment spam significantly, especially if you want to run [...]
Setting up your WordPress Blog for optimal Search Engine Optimization is a key to your long term success. There are some simple actions that you can take when you are first setting up your site that will make it much easier for you in the long run. I’ve included links to important articles on this [...]
An XML sitemap is key to your site being indexed in the major search engines.
The plugin we use on this site is “Strictly Google Sitemap”, which is an excellent option. It has a huge variety of features and options, but in this post we are just going to cover the bare bones basics of [...]
WordPress is a great platform to build highly optimized sites for the search engines. One great tool that gives you even more control over your metadata is the All In One SEO Pack.
Now, to be fair, there is a lot of talk recently about how search engines no longer pay that much attention to [...]
The WordPress “ping list” is a great way to get your message out there. A ping is basically a little message your blog sends out to another site notifying it that you just posted. When you ping search engines and other blog directories and inform them that you’ve put up a new post, you are [...]
Wordpress Permalinks are an integral part of the structure of your website. You want to set this up before you ever start posting content so that you are sure you get it right the first time.
-
Articles
-
Calendar
May 2012 M T W T F S S « Jun 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 -
Meta

