<link rel="stylesheet" href="http://sample.powerring.com.tw/guru/wp-content/themes/Divi-child/post-type-news.css" type="text/css" media="all">
<?php
/*
Template Name: news
*/
get_header(); ?>
    <div id="main-content">
        <div class="container">
            <div id="content-area" class="clearfix">
                <div id="left-area" class="content">
                   <div class="post-type-table">
                      
                        <div class="content">                            
                                <?php  $legal = new WP_Query(array('post_type' => 'legal'));?>
                            <?php while ( have_posts() ) : the_post(); ?>
                            <?php while ($legal->have_posts())  : $legal -> the_post();?>
                            <div class="post-content post-<?php the_ID(); ?>">                                
                                <div class="table post-date post_demo" data-title="發布日期">
                                    <span><?php echo date('Y')-1911;?></span>
									<span><?php echo get_the_date('/ m / d'); ?></span>
                                </div>
								<div class="table post-title" data-title="標題">
                                    <p><a href="http://sample.powerring.com.tw/guru/forums/"><?php the_title(); ?></a></p>
                                </div>
                            </div>

                        
                            <?php endwhile; ?>
                            <?php endwhile; ?>
                        </div>
                    </div>
                </div>
                <?php get_sidebar(); ?>
            </div>
            
        </div>
    </div>

<?php get_footer(); ?>