Archives for April, 2009
Add Breadcrumbs to Your WordPress Blog
Posted by Glance World Admin in Plugins on April 26, 2009
Breadcrumb NavXT is a WordPress plugin compatible with WordPress versions 2.5 and up. This plugin generates locational breadcrumb trails for your WordPress blog. These represent the hierarchy leading up to the current page rather than the actual path taken to arrive at the current page. Breadcrumb trails are a good supplementary navigation system that aid in site usability. To the right are examples of breadcrumb trails generated by this plugin.
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.
Build User Online Detection System
Posted by Muhammad Furqan Abid in PHP on April 18, 2009
This tutorial will tells you to create a user online detection system. This tutorial has required a mysql database and php enable server.
Please follow these steps to complete your own UserOnline System.
Create table “user_online” in mysql in database “database1″.
CREATE TABLE `user_online` (
`userip` char(100) NOT NULL default ”,
`time` int(11) NOT NULL default ’0′
) TYPE=MyISAM;
Exporting and Importing WordPress
Posted by Muhammad Furqan Abid in Tips on April 18, 2009
This tutorial will cover exporting your web host wordpress to a localhost host. Assume you are done with the web host WordPress development, it is time to learn how to export and import WordPress. Then you can keep the web host version for backup purpose and future development (ie. testing new themes, plugins, and upgrades).
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?
Control Max image width into WordPress
Posted by Glance World Admin in Hacks on April 04, 2009
Have you ever had an image show up on your wordpress blog which is to large, causing problems? This is common for WordPress blogs that have so many users, where some users may not know how big they can make the images.






