Exemplo n.º 1
0
          
          <div class="entry-content">
            <?php 
        the_content();
        ?>
            <?php 
        wp_link_pages(array('before' => __('<p><strong>Pages:</strong>', 'colabsthemes'), 'after' => '</p>', 'next_or_number' => 'number'));
        ?>
          </div><!-- .entry-content -->
          
          <?php 
        echo colabs_share();
        ?>
          
          <?php 
        colabs_ad_gen($post->ID);
        ?>
        </article>
        
      <?php 
        comments_template();
        ?>
        
      </div><!-- .block-inner -->
    <?php 
    }
}
?>
  </div><!-- .main-content -->
    
	<?php 
Exemplo n.º 2
0
		<div class="entry-content">
			<?php 
        the_content();
        ?>
			<div class="entry-tags"><?php 
        the_tags();
        ?>
</div>
			<?php 
        echo colabs_share();
        ?>
			<?php 
        wp_link_pages(array('before' => '<p class="single-post-pagination">' . __('Pages:', 'colabsthemes')));
        ?>
			<?php 
        colabs_ad_gen();
        ?>
		</div>

  </article><!-- .single-entry-post -->

	<div class="comment-block">
		<?php 
        comments_template('', true);
        ?>
	</div>

	<?php 
    }
}
?>