WordPress


Artikel Kiriman Sahabat

    [insert_php]
    query_posts( ‘cat=186&orderby=date&order=DESC&author=7’ );
    while ( have_posts() ) : the_post();
    echo ‘

  1. ‘;
    the_title();
    echo’
  2. ‘;
    endwhile;
    wp_reset_query();
    [/insert_php]

Tulisan Nu

    [insert_php]
    query_posts( ‘cat=186&orderby=date&order=DESC&author=1’ );
    while ( have_posts() ) : the_post();
    echo ‘

  1. ‘;
    the_title();
    echo’
  2. ‘;
    endwhile;
    wp_reset_query();
    [/insert_php]

Leave a Reply