Skip to content

Instantly share code, notes, and snippets.

@fchouquet
Created February 6, 2012 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fchouquet/1752664 to your computer and use it in GitHub Desktop.
Save fchouquet/1752664 to your computer and use it in GitHub Desktop.
<?php $services_picto = $service_metabox->the_value('icon_service');
if ($services_picto) { ?>
<img src="<?php $service_metabox->the_value('icon_service'); ?>">
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment