get($themeslug.'_single_post_formats'); $featured_images = $options->get($themeslug.'_single_show_featured_images'); $excerpts = $options->get($themeslug.'_single_show_excerpts'); } elseif (is_archive()) { $post_formats = $options->get($themeslug.'_archive_post_formats'); $featured_images = $options->get($themeslug.'_archive_show_featured_images'); $excerpts = $options->get($themeslug.'_archive_show_excerpts'); } else { $post_formats = $options->get($themeslug.'_post_formats'); $featured_images = $options->get($themeslug.'_show_featured_images'); $excerpts = $options->get($themeslug.'_show_excerpts'); } if (get_post_format() == '') { $format = "default"; } else { $format = get_post_format(); } ?>
formats

'; echo ''; the_post_thumbnail(); echo ''; echo ''; } ?>
>
get($themeslug.'_single_hide_byline'); } elseif (is_archive()) { $hidden = $options->get($themeslug.'_archive_hide_byline'); } else { $hidden = $options->get($themeslug.'_hide_byline'); }?>
.
get($themeslug.'_single_hide_byline'); } elseif (is_archive()) { $hidden = $options->get($themeslug.'_archive_hide_byline'); } else { $hidden = $options->get($themeslug.'_hide_byline'); }?>
, .
', '

'); } /** * Sets up the tag area * * @since 1.0 */ function response_post_tags_content() { global $options, $themeslug; if (is_single()) { $hidden = $options->get($themeslug.'_single_hide_byline'); } elseif (is_archive()) { $hidden = $options->get($themeslug.'_archive_hide_byline'); } else { $hidden = $options->get($themeslug.'_hide_byline'); }?>
'); ?>