Artikel Kiriman Sahabat
- ‘;
the_title();
echo’
[insert_php]
query_posts( ‘cat=186&orderby=date&order=DESC&author=7’ );
while ( have_posts() ) : the_post();
echo ‘
‘;
endwhile;
wp_reset_query();
[/insert_php]
Tulisan Nu
- ‘;
the_title();
echo’
[insert_php]
query_posts( ‘cat=186&orderby=date&order=DESC&author=1’ );
while ( have_posts() ) : the_post();
echo ‘
‘;
endwhile;
wp_reset_query();
[/insert_php]