2d6 News

A collection of the most recent news stories from 2d6 Lodge.

[insert_php]
$news_posts = get_posts( ‘tag=news’ );
echo ”

“;
echo ”

“;

foreach($news_posts as $news_post) {
$post_time = new DateTime( $news_post->post_date );
echo ‘

2d6 News Post Date