Home|About| Archives| Contact Us| Privacy Policy

Archives for April, 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.

Click here to read more …

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.

Click here to read more …

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;

Click here to read more …

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).

Click here to read more …

When setting up a WordPress blog that allows for multiple authors feature, it seems many people think all that is involved is to setup additional author profiles and/or start accepting guest posts.   Unfortunately, it really isn’t that simple if you want to create a high quality WordPress blog.

Click here to read more …

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?

Click here to read more …

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.

Click here to read more …

Page 1 of 11