the_title(); ?> </h2> <?php the_excerpt(); ?> </article> <?php } wp_reset_postdata(); } ?> <?php if (function_exists('twitter_messages')) { ?> <article class="panel twitter"> <h2>Latest Tweets</h2> <?php twitter_messages(twitter_username(), '2'); ?> </article> <?php } ?> <?php if (function_exists('dynamic_sidebar')) { dynamic_sidebar('widgets'); } ?> </div>
<footer class="entry-foot"> <?php echo get_the_tag_list('<p class="entry-meta entry-tags">Tagged with: ', ', ', '</p>'); ?> </footer> <?php if (is_singular('post')) { ?> <?php simple_social_sharing(twitter_username()); ?> <?php comments_template('', true); ?> <?php }