Latest News from Web Dimensions, Inc.

[insert_php]$thiscat = 295; $newsclass = "webdnews"; $num = 0; $linkcolor = "#000000"; $fontsize = "26px"; $fontweight = "600";$args = array( 'posts_per_page' => 12, 'offset'=> 0, 'category' => $thiscat );$myposts = get_posts( $args );echo "";if($num==0) { echo "

No news found for category " . $thiscat . ".

"; }wp_reset_postdata();[/insert_php]