Footer – Categories (How to place my categories)

Posted in: Newspaper
Post count: 48

Hi there,

https://www.10keythings.com/

In the Footer, I want my choice of categories without the number of posts displayed.
Is that possible?

Currently, I am using popular categories option.

Thanks.
Best Regards.

Post count: 22421

Hello,

If you want a custom list of your preferred categories without the post count you will havge to create the list yourself in a text block. A simple html list with links to the categories should not be too difficult to create.
Here is an example:

<ul>
<li><a href="your category url">Your category name</a></li>
<li><a href="your category url">Your category name</a></li>
<li><a href="your category url">Your category name</a></li>
<li><a href="your category url">Your category name</a></li>
</ul>

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.