سلام دوست عزیز من از پوسته coolwinter استفاده می کنم و کدی رو که توی فایل آموزشی گزاشته بودید رو بالای کد <?php if (have_posts()) : ?> فایل index.php قرار دادم ولی چیزی نمایش نداد باید تصاویر به افزونه اضافه بشه تا نمایش بده یا اینکه نه من کد رو اشتباه قرار دادم...؟
ای سایت من هست ببینید لطفا : http://sirvan-hvac.co.cc/
و این هم کد ویرایش شده index.php توسط من:
<?php get_header(); ?>
<div id="wrapper">
<div id="content-wrapper">
<div id="content">
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post-wrapper">
<div class="date">
<span class="month"><?php the_time('M') ?></span>
<span class="day"><?php the_time('j') ?></span>
</div>
<div style="float: right; width: 404px; clear: right; margin-top: 15px; margin-bottom: 15px; padding-top: 10px; margin-left: 5px;">
<span class="titles"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link to','winter');?> <?php the_title(); ?>"><?php the_title(); ?></a></span>
</div><div style="clear: both;"> </div>
<div class="post">
<?php the_content(__('Read the rest of this entry »','winter')); ?>
</div>
<div class="post-footer"><?php _e('Posted in','winter'); ?> <?php the_category(__(', ','winter')) ?> <strong>|</strong> <?php edit_post_link(__('Edit','winter'), __(', ','winter'),'<strong>|</strong>'); ?> <?php comments_popup_link(__('No Comments »','winter'), __('1 Comment »','winter'), __('% Comments »','winter')); ?></div>
</div>
<?php comments_template(); ?>
<?php endwhile; ?>
<p class="pagination"><?php next_posts_link(__('« Previous Entries','winter')) ?> <?php previous_posts_link(__('Next Entries »','winter')) ?></p>
<?php else : ?>
<h2 align="center"><?php _e('Not Found','winter');?></h2>
<p align="center"><?php _e('Sorry, but you are looking for something that is not here.','winter');?></p>
<?php endif; ?>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
</body>
</html>