Beranda

Selamat datang di multi situs www.jendela.web.id

Trackbacks are a way to notify legacy blog systems that you’ve linked to them. If you link other WordPress sites they’ll be notified automatically using pingbacks, no other action necessary.

Recent Posts

    $number_recents_posts = 5;//Can be how much you want
    $recent_posts = wp_get_recent_posts( $number_recents_posts );
    foreach($recent_posts as $post){
    echo '

  • ‘ . $post["post_title"].’
  • ‘;
    }
    ?>