The Funkatologist News
[insert_php]$thiscat = 300;
$newsclass = "thefunkatnews";
$num = 0;
$linkcolor = "#0074a2";$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 "