Thread Starter
odi
(@odisaki)
Thanks the code worked!
So the image code would be correct? They were suppose to be all squares of the same size.
Here is the page
Try going on your post and create a gallery on the add media but don’t insert it on the post. See if it start to work but make sure the image is attached to the post on the library.
I honestly don’t have a category.template.php on my version so I don’t know if you created or have a old version.
I went to archive.php and find this code
<?php elseif ( is_category() ) : ?>
<p><?php _e(‘★ Project ★’,’hitchcock’) ?></p>
<h4><?php echo single_cat_title( ”, false ); ?></h4>
And add bellow it <div class=”category-description”><p><?php echo category_description(); ?></p></div>
You also need to edit the max-width on .post-inner
I used this on mine
max-width: 90%;