Support » Fixing WordPress » How to post photo on sidebar

Viewing 2 replies - 1 through 2 (of 2 total)
  • Samuel B

    (@samboll)

    sidebar.php in your theme file

    Bodhipaksa

    (@haecceity)

    Something like:

    <div id="sidebar">
    <ul>
    <li>
    <?php include (TEMPLATEPATH . '/searchform.php'); ?>
    </li>
    <li><h2>Optional heading</h2>
    <img src="/images/myphoto.jpg" alt="My photo"/>
    </li>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to post photo on sidebar’ is closed to new replies.