changed category preview to be small boxes
This commit is contained in:
parent
62605e7509
commit
f4ae7b231a
|
@ -15,7 +15,7 @@ get_header(); ?>
|
|||
<!-- index categories-->
|
||||
|
||||
<div id="main" class="">
|
||||
<div id="content" class="indexall wide">
|
||||
<div id="content" class="indexall">
|
||||
<div id="post-<?php the_ID(); ?>" <?php post_class("boxentry"); ?>>
|
||||
<div class="entry-content">
|
||||
<?php echo '<h2 class="box index">';
|
||||
|
@ -32,7 +32,7 @@ get_header(); ?>
|
|||
|
||||
<?php $catt2 = get_query_var('cat'); ?>
|
||||
|
||||
<div id="content" class="indexall fills">
|
||||
<div id="content" class="indexall">
|
||||
<ul>
|
||||
|
||||
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
|
||||
|
|
Loading…
Reference in New Issue