<?php $motion=get_posts("numberposts=7&orderby=post_date"); foreach ($motion as $post) { $resim=get_post_meta($post->ID, 'sonyazilar', true); ?>
<?php the_post_thumbnail( $size, $attr ); 'class="hbrresim"'?>
<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
<?php }; ?>Başlığı çekiyorum, resmini thumbnail çekiyorum fakat özeti çekmek için ne yazmam lazım....<?php the_excerpt(); ?>
<?php the_content(); ?>
ikisini de denedim olmuyor. Yukarıda ki döngüye ne eklemek gerekiyor komut olarak.
veya elinde olan varsa paylaşabilirmi?