.htaccess is very powerful. Even the slightest syntax error (like a missing space) can result in your content not displaying correctly or at all. Read More »
Tag Archives: wordpress tutorial
Install Redis Caching to Speed Up WordPress on Ubuntu
In this tutorial, Redis will be configured as a cache for WordPress to alleviate the redundant and time-consuming database queries used to render a WordPress page. The result is a WordPress site which is much faster, uses less database resources, and provides a tunable persistent cache. Read More »
WordPress Hosting/Server System Requirements
WordPress require a very small server configuration hardware and software. In this post, I only talk about the wordpress system requirements what enough to run wordpress (not wordpress fully optimized hosting what make wordpress work fast). Read More »
Security tips for WordPress
There are a lot of risks from internet for a webmaster to maintain their website, but with wordpress it ‘s easy to do the basic security, today I will share you 3 wordpress security tips what always need for any wordpress site. Read More »
Top 3 Image Optimize WordPress Plugin for SEO
Image optimize in wordpress is quite simple to solve what give us a lot of score in Google Speed insight check. If you check score with Google Insight you will see something like this. Read More »
Randomise elements in PHP array with shuffle
Randomise elements in PHP array with shuffle is quite easy. I have to spend at least an hour to optimise this task until I found shuffle function what already done this task :). Read More »
Convert a string to a number in PHP
Convert a string to a number in PHP is quite simple, let me show you the problem and the solution for it. Read More »
Get last character from string in PHP
Easy but not for all of us to get last character from string in PHP. It ‘s quite simple to figure out with a quick Google it. So if you found my article about this. Then you are in right place to solve this issuse with a simplest way. Read More »
Crayon Syntax Highlighter WordPress plugin
Crayon Syntax Highlighter is a perfect highlight code solution for any wordpress site. It ‘s fast, simple and easy to use. Syntax Highlighter supporting multiple languages, themes, fonts, highlighting from a URL, local file or post text. Read More »