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 you will run into some minor problems with WordPress and…

  • 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 LEMP web server with Nginx, PHP-FPM 5.5, MySQL 5.5 on…

  • wordpress nam huy linux blog

    Remove WordPress X-Pingback header

      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 him. WordPress does that automatic via XML-RPC Pingback. If you…

  • 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 domain.com/wp-admin WordPress Admin Panel/Dashboard URL If you put WordPress in…

  • Show real original IP for wordpress and phpbb with cloudflare

    I have been using cloudflare for Nam Huy Linux for while and I have to say cloudflare helps my website to reduce request and speed up my website by distribute static files to visitors globally with CDN (content delivery network). They have 24 locations around the world right now from Asian, North America and Europe. A bonus plus with cloudflare…

  • 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 to send mail from your website via SMTP (Simple Mail…

  • 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 newer on a hosting server to work. I’m not going…

  • 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 <?php header("HTTP/1.1 301 Moved Permanently"); header("Location: ".get_bloginfo('url')); exit(); ?> What…

  • How to fix wordpress and smf Simple Machines Forum .htaccess problem

    phpBB phpBB is free and open source forum software that is easy to use, powerful, and highly customisable. Our community offers extensive support to end users. bbPress bbPress is forum software with a twist from the creators of WordPress. Easily setup discussion forums inside your WordPress.org powered site. Vanilla Vanilla provides hosted and open source community forum software that powers…

  • 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 picture. Popular applications like WordPress and others use it to…

Back to top button