سلام من برای سایتم از افزونه فید وردپرس استفاده می کنم و یه سیاره دانلود ساختم. الان مشکل اینکه بعضی سایتها 2 تا عکس در پستهاشون میزارند و یا سایتهای که مطالبشون فقط عکس ، الان مشکل من اینه من این افزونه را فعال و کد را هر جا میزارم ولی کار نمیکنه می خوام فقط یک عکس فقط نشون داده شه و نمی دونم باید چه کار کنم این کد صفحه اصلی منه :
<?php get_header(); ?>
<div id="BoddyMainRight">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("right") ) ?>
</div>
<div id="BoddyMainCenter">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("center") ) ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="News">
<div class="Title"><a href="<?php the_syndication_permalink() ?>"><?php the_title(); ?></a>
</div>
<div class="Contents">
<?php the_content('',FALSE,''); ?><?php the_tags('برچسب : ', ', ', '<br />'); ?>
</div>
<div class="NewsBottom">
<div class="NewsDetails">
<div class="NewsBreak">
</div>
<div class="more">
<a href="<?php the_permalink() ?>" title="ادامه مطلب">ادامه مطلب</a>
</div>
<div class="Date"><?php the_time('d M Y'); ?></div>
<div class="Comments">
<?php comments_popup_link(__('نظر','webalfa'), __('1 نظر','webalfa'), __('% نظر','webalfa')); ?>
<img border="0" alt="نظرات" src="<?php bloginfo('stylesheet_directory'); ?>/images/comment.gif" />
</a>
</div>
<div class="Clear"></div>
</div>
</div>
</div>
<?php endwhile; ?>
<?php endif; ?>
</div>
</div>
<div id="BoddyMainLeft">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("left") ) ?>
</div>
<div class="Clear"></div>
<?php get_footer(); ?>
این سایت توضیحات افزونه هست :
http://guff.szub.net/2005/02/26/the_excerpt-reloaded
اینم سایت من :
http://www.picday.co.cc
قالب من خودش ادامه مطلب داره من فقط می خوام محدودیت برای عکس بزارم که فقط فقط یک عکس نشون بده.
مرسی موفق باشید