changed category preview to be small boxes

This commit is contained in:
jorge-vitrubio 2022-09-02 14:33:14 +02:00
parent 62605e7509
commit f4ae7b231a
1 changed files with 2 additions and 2 deletions

View File

@ -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(); ?>