|
{layout name="layout" /}
<div id="wrapper" class=" ">
<header class="entry-header blog-header with-topbar" style="padding-top: 47px;">
<div class="row blog-page-heading blog-title-left">
<div class="container">
</div>
</div>
</header>
<div id="posts-content" class="container blog-single use-sidebar">
<div class="col-xs-12 col-sm-12 col-md-8 col-lg-8">
<article id="post-{$data.id}" class="post-{$data.id} post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-3d-printer tag-stratasys">
<div class="blog-single-content">
<h1 class="blog-single-title">{$data.title}</h1>
<div class="entry-meta">
<span class="published"><span class="fa fa-clock-o"></span>{$data.create_time|date="Y-m-d",###}</span>
<span class="blog-label"><span class="fa fa-folder-open-o"></span><a href="/{$category_info.url}" rel="category tag" data-wpel-link="internal">{$category_info.name}</a></span>
</div>
{notempty name="data.title_pic"}
<div class="entry-image">
<a href="" title="{$data.title}" data-wpel-link="internal">
<img width="624" height="377" src="{$data.title_pic}" class="attachment-full size-full wp-post-image" alt="{$data.title}" sizes="(max-width: 624px) 100vw, 624px">
</a>
</div>
{/notempty}
<div class="blog-content">
<section>
{$data.content}
</section>
</div>
<div class="meta-content">
<div class="tags"><span class="tags-label">Tags:</span>
{php}$tags = explode(',',$data->keywords);{/php}
{foreach $tags as $value}
<a href="/tags/{$value}" rel="tag" data-wpel-link="internal">{$value}</a>
{/foreach}
</div>
</div>
</div>
</article>
<div class="page-content comments-content">
</div>
</div>
<div class="col-xs-12 col-sm-12 col-lg-4">
<!--侧边栏-->
{include file="public/right-sidebar" /}
<!--侧边栏-->
</div>
</div>
<section class="related-posts">
<div class="container">
<div class="related-title">
<h3>您可能感兴趣的</h3>
</div>
<div class="related-content ">
{foreach $hot as $value}
<article id="post-{$value.id}" class="post-{$value.id} post type-post status-publish format-standard has-post-thumbnail hentry category-news tag-polyjet-3d tag-151">
{empty name="value.title_pic"}
<div class="entry-wrapper without-image">
<div class="entry-meta">
<span class="published"><span class="fa fa-clock-o"></span>
<a href="/news/{$value.id}" title="{$value.title}" data-wpel-link="internal">{$value.create_time|date="Y-m-d",###}</a></span>
<span class="blog-label"><span class="fa fa-folder-open-o"></span><a href="/{$category_info.url}" rel="category tag" data-wpel-link="internal">{$category_info.name}</a></span>
</div>
<h4 class="blog-single-title"><a href="/news/{$value.id}" title="{$value.title}" data-wpel-link="internal">{$value.title}</a></h4>
<div class="entry-content">
<a class="post-link" href="/news/{$value.id}" data-wpel-link="internal">阅读详情</a>
</div>
</div>
{else /}
<div class="entry-image">
<a href="/news/{$value.id}" title="{$value.title}" data-wpel-link="internal">
<img width="400" height="250" src="{$value.title_pic}" class="attachment-keydesign-grid-image size-keydesign-grid-image wp-post-image" alt="{$value.title}">
</a>
</div>
<div class="entry-wrapper">
<div class="entry-meta">
<span class="published"><span class="fa fa-clock-o"></span><a
href="/news/{$value.id}"
title="{$value.title}"
data-wpel-link="internal">{$value.create_time|date="Y-m-d",###}</a></span>
<span class="blog-label"><span class="fa fa-folder-open-o"></span><a href="/news" rel="category tag" data-wpel-link="internal">新闻动态</a></span>
</div>
<h4 class="blog-single-title"><a href="/news/{$value.id}" title="{$value.title}" data-wpel-link="internal">{$value.title}</a></h4>
<div class="entry-content">
<a class="post-link" href="/news/{$value.id}" data-wpel-link="internal">阅读详情</a>
</div>
</div>
{/empty}
</article>
{/foreach}
</div>
</div>
</section>
<!--WPFC_FOOTER_START-->
</div>
|