Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding Wordpress to my site


bksbeat

Recommended Posts

Last night I added Wordpress option to my footer. I have the likes of Facebook and Youtube already there - Please check www.nontando.com

 

The code I added was as follows:

<?php echo FOOTER_FIND_US_ON_FACEBOOK; ?>
</div>
<div class="grid_6">
<?php echo tep_image(DIR_WS_ICONS . 'wordpress.jpg', '', '', '',
'align="absmiddle"'); ?>
<?php echo FOOTER_FIND_US_ON_WORDPRESS; ?>
</div>
<div class="grid_8 footheading omega">
<?php echo tep_image(DIR_WS_ICONS . 'you_tube.png', '', '', '',
'align="absmiddle"'); ?>
<?php echo FOOTER_YOU_TUBE; ?>
</div>

Pretty straight forward - Also had defined the FOOTER_FIND_US_ON_WORDPRESS like the other and copied the image across.

For some reason, the image is not been displayed?

I am not entirely sure what DIR_WS_ICONS represents and if I am suppose to define this image/icon somewhere?

If someone can advise me that would be much appreciated

Thanks, Gary

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...