Archive for the ‘Web Development’ Category
How to remove WordPress generator tag?
On June - 3 - 2011
WordPress by default displays the version number as meta tag in header of websites powered by it. Here is a simple trick to disable WordPress displaying this meta tag. Log-in to your blog/website’s wordpress admin panel with administrator privileges Go to ‘Appearance—>Editor’ in the left sidebar of the admin panel Open “functions.php” and add the
Enable excerpt on WordPress Page
On April - 28 - 2011
You would have noticed in WordPress that while you can enter excerpt for a post, the same can not be done when you create a new page. WordPress in default does not have the excerpt feature on Page. But you can enable this by entering a few lines of code in Theme Functions of your
How to Enable Excerpt in WordPress 3.1
On April - 26 - 2011
When you finish installation or upgrade of WordPress 3.1, first thing that you will notice is that there is no excerpt field below textarea in post or page. There is no need to panic, creators of WordPress have disabled this option in WordPress 3.1. But you can enable this option in no time. Login into
Rename wp-content
On March - 24 - 2011
There is a very simple way to rename the default folder “wp-content” and hide information from your visitors that your website/blog is powered by WordPress. Some plugins and themes use “wp-content” in the code and renaming the “wp-content” folder may sometimes render such plugins and themes un-usable. However, you fix the issue by editing the
How to remove Joomla generator tag?
On March - 22 - 2011
Here is a little tip to remove Joomla Generator tag from the head of your site. Download the following file via FTP and open it in any text editor (/libraries/joomla/document/html/renderer/head.php) find $strHtml .= $tab.’<meta name=”generator” content=”‘.$document->getGenerator().’” />’.$lnEnd; Add two slashes at the beginning of this code //$strHtml .= $tab.’<meta name=”generator” content=”‘.$document->getGenerator().’” />’.$lnEnd; Save the file
New features of WordPress 3.0
On June - 20 - 2010
WordPress 3.0 has arrived now and has many new features than its predecessors. WordPress 3.0 can be downloaded from their website or you can upgrade your existing WordPress installation. The new release is also called “Thelonius” after a famous Jazz singer. Some of the new features include custom background, headers, menus and multi user support.
Display latest tweets on your website
On March - 5 - 2010
Latest tweets can be displayed on websites by using JavaScript libraries and JSON. However, same can be done without JavaScript or JSON by using php based feed framework to fetch the latest tweet data from your public twitter stream. Download the zipped file. Open twitter.php in a text editor and change the twitter username. //







