Hi s51
First let me say thank you for the post and code, your code worked great!
The only thing that did not work was that your code replace the Categories name with the images
and I wanted to have the Images and the Categoies Labele names below the images so i make some changes to your code
NEW Code with Categories Images and Categories Label Names below the images (I also change the subfolder name s51extra =
icons in the new code)
<!-- <h1><strong><span class="category <?php echo osc_category_slug() ; ?>"></span><a href="<?php echo osc_search_category_url() ; ?>"><?php echo osc_category_name() ; ?></a> <span>(<?php echo osc_category_total_items() ; ?>)</span></strong></h1> -->
<!-- START code insert of main category Png icons -->
<h1><a class="category <?php echo osc_category_slug() ; ?>" href="<?php echo osc_search_category_url() ; ?>"><img src="<?php echo osc_current_web_theme_url('icons/maincategoryicons/') . osc_category_name() .'.png' ?>" width="50px" height="50px" alt="" title=""/></a>
<br /><strong><span class="category <?php echo osc_category_slug() ; ?>"></span><a href="<?php echo osc_search_category_url() ; ?>"><?php echo osc_category_name() ; ?></a> (<?php echo osc_category_total_items() ; ?>)</span></strong></h1>
<!-- END code insert of main category Png icons -->
Thanks for the help and support!
AVBestDeals
