Forums
(@naeslund)
10 years, 6 months ago
Thanks!!! It worked perfect! =)
Here is also a code to display the category-name at the top of the page. (category.php)
<?php $obj = get_queried_object(); $name = $obj->name; ?> <?php echo $name; ?>
10 years, 7 months ago
Sorry, one more thing =)
When you click on a category, it only shows 10 posts (in my opinion, wrong order) and no paging. =(
How can we show the full list, or show some paging?
Here is the site: https://www.inspirationhouse.se/test/
Tanka again. =)