Easily create your own personal or public knowledgebase with Pagellan. Unlike other social networks, Pagellan is not about followers, following, promotion or posting trivial info. It is about storing and sharing knowledge to make life a bit easier. Best of all, it's free.
New! - Use Pagellan to post 'longer tweets' and facebook updates. Your posts will link back to Pagellan with your affiliate ID embedded. A great way to store, tag, and categorize important tweets and updates. Got a question about anything? Ask it, and let our members find the answer. Learn More.
If you need to change your wordpress password, but never set up an email address to get a reminder there are two ways you resolve. If you setup Wordpress via Fantastico you most likely used the email address more...
If you need to change your wordpress password, but never set up an email address to get a reminder there are two ways you resolve. If you setup Wordpress via Fantastico you most likely used the email address domainusername @ domainname.com. You can setup a forwarder in cpanel for that address and then send the reminder. Or you change the account email via PhpMyAdmin, by modifying the user table in the database.
How to use browser tabs to be more efficient and accurate. Just a quick tip about doing mass edits. Many people don't realize that if you're doing something like bulk editing wordpress posts and pages you can more...
How to use browser tabs to be more efficient and accurate. Just a quick tip about doing mass edits. Many people don't realize that if you're doing something like bulk editing wordpress posts and pages you can open them all in new tabs and edit one by one. So say you wanted to uncheck "allow comments" on 10 pages quickly. Just open them all in new tabs, uncheck and save. You'll do the job in the half the time.
How to make a wordpress menu parent item nonclickable. If you have a wordpress drop down menu but don't want the top menu item to be clickable, there's a plugin that can help. Search for the "page links" to plugin.
How to make a wordpress menu parent item nonclickable. If you have a wordpress drop down menu but don't want the top menu item to be clickable, there's a plugin that can help. Search for the "page links" to plugin.
How to add use shortcodes in Wordpress. Do you need to add custom design elements, optin forms, html code into different posts or pages? If so you can use a shortcode plugin to do so. Just install a plugin more...
How to add use shortcodes in Wordpress. Do you need to add custom design elements, optin forms, html code into different posts or pages? If so you can use a shortcode plugin to do so. Just install a plugin like Shortcode Exec php plugin. Once installed you can set a name for your code. Like: addline Then input the code or html you wish to use to generate that line into the settings box. Then when you want to add a line to your post you just insert [addline]
How to get rid of annoying admin bar in Wordpress 3.1 - If you didn't know it, in Wordpress 3.1 your users will see an admin bar at the top of your blog when they are logged into your site. If you have a more...
How to get rid of annoying admin bar in Wordpress 3.1 - If you didn't know it, in Wordpress 3.1 your users will see an admin bar at the top of your blog when they are logged into your site. If you have a membership site running in Wordpress, this can be a distraction. To remove by default goto: Appearance > Editor > find the functions.php file for your theme and at bottom before closing php tag add this: show_admin_bar(false);