wp son konular
2
●587
- 16-09-2010, 20:04:27Son Yazılar:<marquee><?php $posts = get_posts("numberposts=15&orderby=post_date&order= DESC"); foreach($posts as $post) : ?> <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a> <?php endforeach; ?> </marquee>
Son dakika :<marquee><?php $posts = get_posts("numberposts=15&orderby=post_date&order= DESC"); foreach($posts as $post) : ?> <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a> <?php the_time('d M, Y'); ?> | <?php endforeach; ?> </marquee>