WordPress

Optimize WordPress with Nginx

If you follow my last two tutorials How to install LEMP web server with Nginx, PHP-FPM 5.5, MySQL 5.5 on Centos Linux and How To Install WordPress with nginx on Centos 6. You should have your WordPress website running with LEMP nginx, php-fpm and mysql stack. WordPress works perfectly fine with Apache, but …

Read More »

How To Install WordPress with nginx on Centos 6

So far I have written how to install LEMP server (nginx, mysql, php-fpm) on centos. If you are planning to use WordPress with your LEMP server (nginx, mysql, php-fpm) stack, I will show you How To Install WordPress with nginx on Centos in this article. Follow up previous article How to install …

Read More »

Remove WordPress X-Pingback header

wordpress nam huy linux blog

  WordPress Pingbacks/trackbacks is sort of link management, it lets you to know if someone make a linkback or said something about your post on his blog, and the same thing happen when you make a link to someone blog, pingbacks/trackbacks will let that person know you are linking to …

Read More »

WordPress Admin Panel URL

Some of WordPress themes don’t put a link to Admin Panel on the front page of the site, you should know how to go to admin area to manage your WordPress website/blog. By default Admin Panel/Admin Panel or dashboard URL is /wp-admin to the end of your domain. For example …

Read More »

Configure WordPress to use SMTP

Most hosting companies supports PHP mail() function since it’s one of the standard way to send mail. If your hosting provider set it up correctly, it’s very stable and secure,but some companies do not support PHP mail() for their security reasons. In that case there is another option for you …

Read More »

How to secure wordpress website

As you all know Nam Huy Linux Blog uses wordpress, and many popular websites like The New York Times, CNN, Forbes, boingboing, Ebay…. also uses wordpress. WordPress is an open source personal or professional blogging tool, Content Management System (CMS). WordPress requires PHP 5.2.4 or greater and MySQL 5.0 or …

Read More »

How to redirect 404 to homepage in wordpress

Want to redirect 404 error page to your homepage in wordpress? Here is how Login to your wordpress admin page http://website.com/wp-admin/ Go to “Apperarance” -> “Editor” -> 404.php If your theme doesnt have 404.php page, create one under your theme directory wp-content/themes/themename/ Change or create your 404.php code to these …

Read More »

How to Change the Gravatar Image Size in WordPress

Recently one of our readers asked if it is possible to change the Gravatar image size. The answer is yes. In this article, we will show you how to change the Gravatar image size in WordPress. Gravatar is a globally recognized avatar that connects a user’s email address with their …

Read More »