crowdfavorite / wp-post-formats

An admin interface and structured post meta for WordPress post formats.
363 stars 78 forks source link

Retrieve values in frontend #53

Open enginne opened 10 years ago

enginne commented 10 years ago

First of, thanks for the plugin.

I'm having trouble getting some values in the front-end.

Example; in the quote format, how do i include the source name an source url in the front-end?

If i have, for example, in archive.php the the_content() template tag, but only values that were in the wp_editor appear, nothing else.

I tried to search documentation but no luck.

Is there a template tag for displaying those values in the front-end? Thanks