Add ``content'' class to the content

This commit is contained in:
Monika Eftimova 2014-10-04 15:33:29 +03:00
parent c282a57700
commit 1612f614b7
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?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 get_template_part( 'entry' ); ?>
<?php comments_template(); ?>

View File

@ -1,5 +1,5 @@
<?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 get_template_part( 'entry' ); ?>
<?php comments_template(); ?>