Forum Replies Created
-
in wp-content/themes/graphene/loop-categories.php i found the code:
the_excerpt()
and changed it with
the_content()
That fixed it 😀
Removed this from wp-content/themes/graphene/categories.php
<h1 class="page-title">
<?php
printf(__('Category Archive: <span>%s</span>', 'graphene'), single_cat_title('', false));
?>
</h1>That helped.
How can I make the posts in the category look similar like the frontpage?
The posts are smaller in the categoryview.
Viewing 2 posts - 1 through 2 (of 2 total)
