• Just so you know upfront, I designed the layout in PSD and I hired someone to develop it into a functioning WordPress blog. Now that they are done (and I went over budget!), I’m taking over and trying to tweak my blog into something that is better functioning. This means having the flexibility to add thumbnails and icons. BTW, I’m a total newbie to html so I’m learning as a go along.

    Below is a description of what I want to do in my blog: http://www.justsketch.com

    I would like to be able to place thumbnail images and icons in the third column. A thumbnail would go above the “search” section and directly below the wordpress, admin verbage would be a place for icons and/or thumbnails.

    Thanks, in advance, or any help you can offer!

Viewing 1 replies (of 1 total)
  • you must to go to admin->presentation->editor themes and click in sidebar.php, see where is every part of the menu (for example, the search section is the code “<?php include (TEMPLATEPATH . ‘/searchform.php’); ?>”) and add the code to call the image (<img src=”/wordpress/wp-content/themes/…PUT THE COMPLETE ROUTE HERE>). You must to put the different images in a folder in your wordpress domain. the final result can be:
    <img src=”/wordpress/wp-content/themes/…PUT THE COMPLETE ROUTE HERE>
    <?php include (TEMPLATEPATH . ‘/searchform.php’); ?>

    It´s also difficult if you don´t know well HTML. I hope I can help you

Viewing 1 replies (of 1 total)
  • The topic ‘Want to add Image “template” to my blog’ is closed to new replies.