Wordpress Sidebar Widget

drumthrasher

Fully Optimized
Messages
2,606
I need to make a little sidebar widget with the following PHP code:

Code:
      <!--sidebox start -->
      <div id="meta" class="dbx-box">
        <h3 class="dbx-handle">Site Stats</h3>
        <div class="dbx-content">
          <ul>
<strong>Hits</strong>: <img src="http://www.free-easy-counters.com/track.php?page=28266&style=LED&nbdigits=6&reloads=1" border="0" alt="Counter" />
<br>Blog Members: 31, <strong><span style="color: #00ff00;">+11!!</span></strong></br>
<br>Blog Comment Posts: 0, <strong>+0</strong></br>
<br>Forum Members: 74, <strong>+0</strong></br>
<br>Forum Posts: 2, <strong>+0</strong></br>
<br>Newsletter Participants: 93, <strong>+0</strong></br>
<br><em>*Stats updated once a day; Last updated on: 07/17/2008</em></br>
<p style="text-align: center;"><a href="http://firefox.com"><img src="http://images.spreadfirefox.com/affiliates/Buttons/firefox3/foxkeh-fx3-120x60.png" alt="" width="120" height="60" /></a></p>
          </ul>
        </div>
      </div>
      <!--sidebox end -->

http://totally-ipod.uni.cc

Usually before, I just add my code to the 'sidebar-left.php' file but I found this login box that doesn't want to work right if I do that, so I just want to make a plugin/widget for that code.
 
Back
Top Bottom