Inserting HTML Into A WordPress Sidebar

Lets face it, your website, be it for personal or professional use reflects who you and your business are. Most people realize this and in an effort to make it more accurately reflect who they are use the easily customized HTML coding intended for sidebars. Whether you are integrating a FB Like Button Inserting HTML Into A Wordpress Sidebar (Face Book Like button), local weather widget coding, or any of the numerous other features that can be added to your sidebar, the process is very easy and definitely helps to personalize your website. In this tutorial you will learn how to integrate this coding into your website’s sidebar.

For those of you who are visual learners there is a graphic at the bottom of this post that should be helpful. To view a larger image of this graphic simply click it!

Here is the path to add HTML coding to your sidebar:

Dashboard>Appearance>Widgets>Text>Sidebar (Drag to desired sidebar and add HTML coding)

  1. Login to your Dashboard.
  2. From your Dashboard hover over the Appearance tab. This will allow you to click on the gray dropdown arrow to the right of that tab.
  3. Click this gray dropdown arrow.
  4. You will now want to click on the Widgets tab (under Appearance). This will open up your widgets page.
  5. Drag a Text widget to your Sidebar or open an existing Text widget in your Sidebar. IF YOU OPEN AN EXISTING TEXT WIDGET BE SURE NOT TO DELETE (OR REPLACE) THE EXISTING CODE UNLESS YOU WANT TO GET RID OF THE EXISTING WIDGET.
  6. Insert the HTML coding and hit SAVE.

That is it! Visit your site to see the new widget you just added.

Inserting HTML Into Sidebar Inserting HTML Into A Wordpress Sidebar

Leave a Reply

icon_wink.gif icon_neutral.gif icon_mad.gif icon_twisted.gif icon_smile.gif icon_eek.gif icon_sad.gif icon_rolleyes.gif icon_razz.gif icon_redface.gif icon_surprised.gif icon_mrgreen.gif icon_lol.gif icon_idea.gif icon_biggrin.gif icon_evil.gif icon_cry.gif icon_cool.gif icon_arrow.gif icon_confused.gif icon_question.gif icon_exclaim.gif 
*

CommentLuv badge
    Translate from:

    Translate to:

Join PREP Today!
Mortgage Calculator
MortgageLoan
$
years
%
Categories
Follow Us On Twitter
function field_func($atts) { global $post; $name = $atts['name']; if (empty($name)) return; return get_post_meta($post->ID, $name, true); } add_shortcode('field', 'field_func');