How to make my category archive behave like a page

I don't want to use the category page as usual (list of posts). I would like to add more content: text, images, columns. Which is the best solution?

  • Maybe redirect from a category page to a page?
  • Or get the content of page and show it in the category page?

Thanks.

Topic categories templates pages content Wordpress

Category Web


As said in one of the comments, this is really simple. Within your theme folder, you can create a file called category.php. Once in place, you can modify to your hearts content without the need to do anything fancy such as redirection. If you want to target a specific category, let's say music, then the file would be category-music.php

It's also worth noting, that if you're using a theme you did not develop, to create a child theme and put this file in that directory instead. You should never modify an existing themes files, including creating new files, because all your changes will be lost once you update the theme.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.