Show Specific Categories on bottom of the posts

Posted in: Newsmag
Post count: 4

Hello there,

I’d like to show some categories above my posts (I could hide the ones I’d like to show bottom from the theme panel) and some of them below my posts.

Categories that I’ll show on the bottom shouldn’t be on the above. On the bottom I’d like like show child elements from that category.

How can I do that?

Thanks,

Post count: 4

So I decided to use tags for this. I’ve added the following code to my page template.


the_tags( 'Tags: ', ' • ', '<br />' ); ?>

But now I can’t change the tag order. It needs to be ordered by ID. I want to show them by order. How can I achieve this?

Also, anyway to theme these tags?

Thanks

Post count: 6600

Hi,

You could have a look at how theme’s post tags are added to post’s page: https://www.screencast.com/t/VgHy7dPC
You could then arrange them into an array and sort them as you like before outputting them.

Hope this helps!

Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.