Miles 10 anos atrás
pai
commit
52b0086a1f
2 arquivos alterados com 6 adições e 4 exclusões
  1. 2 1
      single.php
  2. 4 3
      style.css

+ 2 - 1
single.php

@@ -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>

Diferenças do arquivo suprimidas por serem muito extensas
+ 4 - 3
style.css