Month: October 2008
-
How to get parent category name in WordPress?
In wordpress, sometimes you may have many subcategories for a different parent categories. By default wordpress lists all sub-categories. if i have category structure like Drupal– 2 Column– 3 Column– Left sidebar– Right sidebar WordPress– Fixed Width– Widget Ready– News/Magazine– Photogallery and if i do a wordpress post (with title say CSS Gallery) inside WordPress…
-
How to unzip ZIP files with PHP
How to automatically unzip uploaded zip files with PHP I wanted to upload a zip file with php script and unzip it within the server running PHP and linux. How to do it? i am documenting here about a solution to unpack uploaded zip files locally within the server with PHP. well! it can be…
-
How to Install suPHP in Linux
How to install suPHP By default apache runs as nobody (means anybody from inside same shared host can read your php files) and installing suphp makes php to run under the user account ownership. 777 permissions to folders can also be avoided. NOTE: suPHP needs PHP installed as CGI not as apache module. Download suPHP…
-
10 Best WordPress PLUGINS You Never want to MISS!
10 Best WordPress Plugins you never want to miss out! I have compiled the much needed and most important plugins for your wordpress blog. It is essential to install these plugins for every wordpress blogger! 1. Akismet Anti-Spam Countering spam is the first step be done for any new wordpress blog. Spam in the form…
