Add ``content'' class to the content
This commit is contained in:
parent
c282a57700
commit
1612f614b7
|
@ -1,5 +1,5 @@
|
||||||
<?php get_header(); ?>
|
<?php get_header(); ?>
|
||||||
<section id="content" role="main">
|
<section id="content" role="main" class="content">
|
||||||
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
|
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
|
||||||
<?php get_template_part( 'entry' ); ?>
|
<?php get_template_part( 'entry' ); ?>
|
||||||
<?php comments_template(); ?>
|
<?php comments_template(); ?>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?php get_header(); ?>
|
<?php get_header(); ?>
|
||||||
<section id="content" role="main">
|
<section id="content" role="main" class="content">
|
||||||
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
|
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
|
||||||
<?php get_template_part( 'entry' ); ?>
|
<?php get_template_part( 'entry' ); ?>
|
||||||
<?php comments_template(); ?>
|
<?php comments_template(); ?>
|
||||||
|
|
Loading…
Reference in New Issue