//version 1.6- ul list
//global id variable
// if page test
//136 = page id
//echo all long line
query(‘posts_per_page=10&paged=1’);
echo “
- “;
- “.$id.’–‘.$t.”
//start of post loop
while($wp_query->have_posts()) :
$wp_query->the_post();?>
ID;
//if our page id is not the same as this page/post
if (!($id==286)){
$t=the_title(”,”,FALSE);
$link=get_permalink($id);
echo “
“;;
//echo $post->post_title;
//echo “pid===” . $pid;
//echo “
“;
//echo “
“;
}
//echo “
——
“;
//
?>
“;
//print_r($post);
?>