php
vereis („. /wordpress/wp-blog-header.php“);
? >
php
$posts = get_posts („numberposts=10&order=ASC&orderby=post_title“);
foreach ($posts als $post): start_wp (); ? >
php the_title (); ? >
php the_date (); echo „ “; ? >
php the_excerpt (); ? >
php
endforeach;
? > |