|
@@ -4,6 +4,7 @@
|
|
|
<?php if( dopt('d_singleMenu_b') ) echo '<div class="breadcrumbs">'.deel_breadcrumbs().'</div>'; ?>
|
|
|
|
|
|
<?php while (have_posts()) : the_post(); ?>
|
|
|
+ <div class="content-one">
|
|
|
<header class="article-header">
|
|
|
<h1 class="article-title"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h1>
|
|
|
<div class="meta">
|
|
@@ -39,7 +40,7 @@
|
|
|
<span class="article-nav-prev"><?php previous_post_link('<i class="fa fa-angle-double-left"></i> %link'); ?></span>
|
|
|
<span class="article-nav-next"><?php next_post_link('%link <i class="fa fa-angle-double-right"></i>'); ?></span>
|
|
|
</nav>
|
|
|
-
|
|
|
+ </div>
|
|
|
<div class="related_top">
|
|
|
<?php include( 'modules/related.php' ); ?>
|
|
|
</div>
|