|
@@ -1,10 +1,10 @@
|
|
|
<?php get_header(); ?>
|
|
|
<div class="container">
|
|
|
- <div id="content" role="main">
|
|
|
- <div class="entry-content archive">
|
|
|
+ <article id="content" class="single" role="main">
|
|
|
+ <div class="entry-content archive wow fadeIn">
|
|
|
<?php if ( have_posts() ) : ?>
|
|
|
<header class="page-header">
|
|
|
- <h1 class="super cm-sans wow fadeInLeft">Category: <?php single_cat_title(); ?></h1>
|
|
|
+ <h1 class="super cm-sans">Category: <?php single_cat_title(); ?></h1>
|
|
|
</header>
|
|
|
<?php while ( have_posts() ) : the_post();?>
|
|
|
<h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'dw' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
|
|
@@ -25,6 +25,6 @@
|
|
|
endif;
|
|
|
?>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </article>
|
|
|
</div>
|
|
|
<?php get_footer('studio'); ?>
|