
[insert_php] $thiscat = 291;
$newsclass = "scathopnews";
$num = 0;
$linkcolor = "#004a80"; $args = array( 'posts_per_page' => 12, 'offset'=> 0, 'category' => $thiscat ); $myposts = get_posts( $args ); echo "
- "; foreach ( $myposts as $post ) : setup_postdata( $post );
$num++;
echo "
- • ID) . "\">" . get_the_title($post->ID) . " "; endforeach; echo "