All Stories

Add Breadcrumbs to Your WordPress Blog

Add Breadcrumbs to Your WordPress Blog

PLUGINS 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 …

Multiple WordPress Installations Using a Single Database

Multiple WordPress Installations Using a Single Database

HOW TO 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, …

Build User Online Detection System

Build User Online Detection System

PHP 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

Exporting and Importing WordPress

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

Tools, Plugins & Resources to Enable Multi-Author Features in WordPress Blogs

Tools, Plugins & Resources to Enable Multi-Author Features in WordPress Blogs

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

How To Create Your Permalink Structure More User And SEO-friendly

How To Create Your Permalink Structure More User And SEO-friendly

HOW TO 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 …

Control Max image width into WordPress

Control Max image width into WordPress

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

Page 1 of 11