$width = ''; } ?> <article id="post-<?php the_ID(); ?> " <?php post_class('entry content entry_' . $featured_image_type); ?> > <header> <div class="tour_box"> <div class="two_third"> <?php if (!theme_get_inherit_option($post_id, '_show_in_header', 'blog', 'show_in_header')) { ?> <div class="entry_info"> <h3><a href="<?php echo get_permalink(); ?> " rel="bookmark" title="<?php printf(__("Permanent Link to %s", 'theme_front'), get_the_title()); ?> "> <?php the_title(); ?> </a></h3> <!--div class="entry_meta"> <!?php echo theme_generator('blog_meta'); ?>
echo theme_generator('blog_featured_image', $featured_image_type, $layout, '360', '240'); } ?> </header> <?php the_content(); ?> <?php wp_link_pages(array('before' => '<div class="page-link">' . __('Pages:', 'theme_front'), 'after' => '</div>')); ?> <footer> <?php edit_post_link(__('Edit', 'theme_front'), '<p class="entry_edit">', '</p>'); ?> <?php if (theme_get_inherit_option($post->ID, '_related_popular', 'blog', 'related_popular')) { ?> <div class="related_popular_wrap"> <div class="one_half"> <?php echo theme_generator('blog_related_posts'); ?> </div> <div class="one_half last"> <?php echo theme_generator('blog_popular_posts'); ?> </div> <div class="clearboth"></div> </div> <?php } ?>