最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

wp list pages - Custom category listings

matteradmin6PV0评论

Maybe the question is stupid sorry - I'm a beginner when it comes to WordPress.

But...

What do I have to do to have a separate page listing for articles from a given category?

Do I need a special theme for this? Is the OceanWP theme allows this?

Maybe the question is stupid sorry - I'm a beginner when it comes to WordPress.

But...

What do I have to do to have a separate page listing for articles from a given category?

Do I need a special theme for this? Is the OceanWP theme allows this?

Share Improve this question edited Mar 18, 2019 at 16:59 simhumileco asked Mar 18, 2019 at 13:50 simhumilecosimhumileco 1137 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 2

WordPress automatically creates an archive for each category. If you look in wp-admin, under Posts > Categories, you can click "view" to view a category and that will show you what it looks like and what the URL is.

It is possible that a theme could override this functionality, but it's unlikely. Most themes have a template to display this type of automatically-created page - either a category.php specifically for categories, or an archive.php which covers not only categories but other archives.

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far