By default, WordPress text widget only allows to execute the HTML code. If somehow you need to run PHP code in the text widget, you would have to add below snippet of code to your theme’s functions.php file – There are no other settings required. After you have put below code in functions.php file of [...]
Archive | Tips RSS feed for this section
Fix: Internal Error in Ubuntu 11.10 Software Center when installing Google Chrome
There is a known bug, which displays Internal Error, when installing Google Chrome on Ubuntu 11.10 – Apparently this bug was fixed, I was able to install Chrome with and without encountering this bug. As I installed the Ubuntu 11.10 at least five times in the last couple of days using WUBI. Bug Description: Double-clicking [...]
How to enable FastCGI for a WordPress site hosted on Dreamhost
FastCGI is now enabled by default on Dreamhost right?. But It does not mean it’s rendering the pages for your WordPress blog automatically. In order to get FastCGI to render pages for your WordPress site on Dreamhost you have to make below changes to your .htaccess file and create a .fcgi script. It’s little time [...]

