| Current Path : /home/users/unlimited/www/facebook.codeskitter.site/themes/wowonder/layout/blog/ |
| Current File : /home/users/unlimited/www/facebook.codeskitter.site/themes/wowonder/layout/blog/blog-recom.phtml |
<div class="recommended-articles col-md-4">
<div class="article-thumbnail">
<a href="<?php echo $wo['blog-style']['url'] ?>">
<img src="<?php echo $wo['blog-style']['thumbnail'];?>" alt="Article Picture">
</a>
</div>
<div class="article-title">
<a href="<?php echo $wo['blog-style']['url'] ?>">
<h4><?php echo $wo['blog-style']['title'] ?></h4>
</a>
</div>
<div class="article-info">
<span><?php echo date("d M Y",$wo['blog-style']['posted']); ?></span>
</div>
</div>