Category: Technology

Cool GTD Applications - The Ultimate Resource List

Getting Things Done
Getting Things Done by David Allen details a fantastic system for getting organized, reducing stress and improving your productivity in a world full of To-Do lists that are too long. Another place to find great help daily is over at Zenhabits.net. I like his version: “Zen to Done” for its simplicity. For electronic […]

What is RSS and How Does It Help Me?

You’re Not the Only One Wondering
I forget what is was like back when I first heard the buzz about RSS, and I hadn’t a clue what it was. I thought that since I know it now, that everyone does. Well my readers have reminded me that not everyone knows what RSS is. […]

Easy Link Building Tip: Check Out the D-List

What is the D-List?
The D-List (see below) is a list of blogs who have disabled the “no-follow” in their comments. What does this mean for you? Everytime you make a comment on one of these blogs, you will obtain an actual link. From an SEO standpoint, every incoming link that you can get will increase […]

Tags:

9 Super Cool Search Engines to Jazz Up Your Creativity

See Something Exciting Today!
Do you always search with your favorite like Google or Yahoo? When was the last time you tried something new? How about today?!
These Search Engines can help supercharge your creativity by coming up with results you won’t find on the standard search engines. And they can inspire you to think beyond your […]

18 Really Useful Wordpress Plugins

WordPress Widget Plugins
Many of my readers have found value in my post Moving From Blogger to WordPress. And they have asked for more posts along these lines. Today I’m going to share with you the WordPress plugins I am using along with helpful hints on setting them up and on using them.
Here are the Plugins […]

How to Install and Use WordPress Plugins

Using and Installing WordPress Widgets

Many of my readers have found value in my post Moving From Blogger to WordPress. And they have asked for more posts along these lines. Today I’m going to share with you how to install and use WordPress plugins.

                         

WordPress vs. Blogger

Blogger makes adding widgets very easy inside their template, but anyone with experience using Blogger knows that that ease comes at a price, less overall flexibility. So WordPress will give you much more flexibility, but you’ll need to spend a little upfront time setting things up. Once you get the hang of adding plugins you’ll be able to do it very quickly.

Getting Started

Once you’ve set up WordPress and picked your theme, then you’ll want to add plugins which are like widgets in Blogger. The first one you should add is SideBar Widgets By Automattic, Inc. which adds a “Sidebar Widgetsâ€? panel under the Presentation menu in your WordPress Admin panel. This will give you up to 9 widgets. Many people will need more. See my post on the easy way to increase the number of sidebar widgets beyond 9.

For plugins that require PHP coding, you’ll want to add Executable PHP widget by Otto. Both of these should be added to your plugins>widgets directory on your server.

Adding Plugins

  1. README. Each plugin usually has a text file called ReadMe. Read this! Better: print it out for ease of reference. It will have installation instructions, FAQ’s and troubleshooting information.
  2. UPLOAD. For each plugin you add including the two listed above, you’ll need to upload them via FTP to your server. In most cases you’ll be uploading to the Plugin directory, usually located in this order /public_html/wp-content/plugins/.
  3. CHMOD. (optional-see ReadMe file for the plugin)For some plugins you may need to make the file writable. To do this go to your FTP client and click on the properties of the plugin file. Then change the file attributes by typing in the number 755.
  4. ACTIVATE. In your WordPress Admin panel go to Plugins. Scroll down to your newly uploaded plugin and click on Activate.
  5. ADD. Go to Presentation in your admin panel. Then go into Sidebar Widgets. In here you can set how many text Sidebar Widgets you want. (If you want more than the default 9, you can get instruction for increasing that amount here.)

Using TEXT Widgets

  1. DRAG. Drag the sidebar widgets into your sidebar column.
  2. CLICK. Click on the X on the widget.
  3. TYPE. Type in the html code into the box that opens. Type the title for the widget.
  4. CLICK. Click outside the widget box to finish.
  5. SAVE. Click on save options.
  6. REVIEW. Check your site to see if it is loading properly.

Using EXECPHP Widgets

  1. REPEAT. Use the same steps as above.
  2. TROUBLESHOOT. If the element doesn’t show up properly on your blog, you probably need to add runPHP plugin by James Van Lommel for these widgets to work properly.

Hopefully this will help former Blogger bloggers to start using Wordpress plugins with ease. Good luck.

For more information subscribe to my blog to ensure that you don’t miss the upcoming post on some great useful Wordpress plugins that I use along with a reference on where to the users choice awards of plugins.

If you found this post helpful, you may support my blog below with a donation. Thank you kindly.

Technorati Tags: , , ,

How to Make More Than 9 Text Sidebar Widgets in Wordpress

UPDATE Feb 2008: If you are using Wordpress 2.3, here is an article that gives you information how to get more widgets with WP 2.3. If you are using an older version of Wordpress then read on.

If you are using the plugin Sidebar Widgets by Automattic, Inc. you’ve noticed that there are only 9 text widgets available. If you need more than 9 text widgets, here is the simple hack to increase this number.

You will need to edit the widgets.php file which is not as hard as it seems.

Here’s how:

  1. UPDATE OFFLINE. Open widgets.php from your files on your computer.
  2. SAVE BACKUP. Do Save As on widgets.php and call it original_widgets.php so if anything happens you can go back to the original. (Of course you could always download it again too if you have a problem.)
  3. CHANGE FILES. Make the following changes:
  4. FIND: widget_text_setup(), CHANGE the number 9 to your desired number where it says if ( $number > 9 ) $number = 9;
  5. FIND widget_text_register(), CHANGE the number 9 to your desired number where it says if ( $number > 9 ) $number = 9;
    for ($i = 1; $i <= 9; $i++)
  6. FIND widget_text_page(), then look for <?php for ( $i = 1; $i < 10; ++$i ) echo CHANGE the number 10 to be your desired higher number plus one. For example if you are changing the number of items to 20 then you will put 21 here.
  7. UPLOAD. Save and Upload this new via FTP to your server. You may either overwrite the old file or delete the old file and then upload the newer version. (Keep the same name of the file)
  8. INCREASE. Go into your Wordpress admin panel>Presentation>Sidebar Widgets and using the dropdown menu click on the number of widgets you want.

You now can have as many Sidebar Text Widgets as your blog can handle! Happy Plugin Time!

If you found this post helpful, you may donate below. Thank you kindly.

Technorati Tags: , , , ,


 Powered by Max Banner Ads 
  • Subscribe For Free!

    Via Reader

    Subscribe

    Via Email

    What is RSS?

  • Sponsors


    blog advertising is good for you
  • Some Great Books to Check Out

  • Need Something? Buy It at Amazon to support Life Learning Today. Free Shipping on Orders over $25

  • Have you enjoyed Life Learning Today? Support us with a donation. Thank you kindly!

Close
E-mail It