<h2>Son Yazılar</h2>
<ul id=”tab-posts”>
<?php $posts = get_posts(“numberposts=15&orderby=post_date&order= DESC”); foreach($posts as $post) : ?>
<li><a href=”<?php the_permalink(); ?>”><?php the_title(); ?></a></li>
<?php endforeach; ?>
</ul>
</li>
</ul>
Buyur Hacı
Wordpress de Buda mümkünmü ?
14
●887
- 03-07-2010, 13:34:38
<h2>Son Yazılar</h2> <ul id="tab-posts"> <?php $posts = get_posts("numberposts=15&orderby=post_date&order= DESC"); foreach($posts as $post) : ?> <li><?php the_time('H:i'); ?> - <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li> <?php endforeach; ?> </ul> </li> </ul>olarak bir deneyin isterseniz
- 03-07-2010, 18:12:08Paylaşım için saolsın bende faydalanmak istedim ama kodlarda #FF FD ler olşmuş hata veryor acaba #FF FD leri düzeltebilirmisinseemsiyah adlı üyeden alıntı: mesajı görüntüle
posttime