Jump to content


Replying to Footer doe not display zip code


Post Options

  or Cancel


Topic Summary

Posted 20 March 2011 - 02:30 PM

Thank you - that fixed it.

Ronald

Posted 17 March 2011 - 03:19 PM

Hi,

this is a typo in the theme code, you can fix this by editing the footer file. To do so, go to wp-dashboard > Appearance > Editor and open footer.php. Locate the following code and change:

<?php if($bb_zip) { echo $bb_Zip; } else { echo "Zip"; } ?>

to

<?php if($bb_zip) { echo $bb_zip; } else { echo "Zip"; } ?>

(note lowercase z on the second $bb_zip)

Ronald

Posted 17 March 2011 - 10:06 AM

The business address as entered on the theme options page includes a zip code, however, that zip code isn't being shown in the footer. The rest of the address and contact information displays correctly, but no zip code.

http://www.saltsolutionsinc.com/

Can someone help me correct this?

Thanks

Review the complete topic (launches new window)