How To Archives
Display your number of tweets in full text mode on your WordPress blog
Posted by Glance World Admin in How To on May 10, 2009
Twitter is obviously a very useful tools for bloggers. Did you ever wanted to know how many times your posts are sent to Twitter by your readers? If yes, just read on and learn how to know it, and display it on your blog, in full text mode.
Multiple WordPress Installations Using a Single Database
Posted by Glance World Admin in How To, Tips on April 19, 2009
Sometimes more than one WordPress installation is necessary on a single site and WPMU would be overkill, or sometimes a hosting provider limits the number of available databases per account, or maybe you just want to keep things more organized rather than have a bunch of databases scattered everywhere. In any case, you’ll want to install multiple instances of WordPress, each one using the same database.
How To Create Your Permalink Structure More User And SEO-friendly
Posted by Glance World Admin in How To on April 08, 2009
Okay, this time it will be just a small tip, I see many people do not know about. I must say this tip is for WordPress blog users, I don’t know what kind of system is in other blogs.
So what am I talking about??
Every WordPress blog user should use and customize their permalink structure. What permalink means and stand for? Permalinks are the permanent URLs to Your individual blog posts, categories, archives and others. It is URL that follows after Your web site address for example I use (example.com as web site front page address) – example.com/follows-permalink-address. You see?
How To Blocking Your WordPress Categories and Archives From Google
Posted by Muhammad Furqan Abid in How To on March 25, 2009
<?php if(is_archive()){ ?>
<meta name=”robots” content=”noindex”><?php
} ?>






