Skip to content

Instantly share code, notes, and snippets.

@sjoonk
Created July 19, 2011 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sjoonk/1091615 to your computer and use it in GitHub Desktop.
Save sjoonk/1091615 to your computer and use it in GitHub Desktop.
FeedWordPress face image sample
// In a post context
<?php $img = get_feed_meta('face'); if (strlen($img) > 0): ?>
<img src="<?=$img?>" alt="" />
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment