• Is possible in wp assign a page as category parent?
    I’m able to assign a page as parent of a specific post but not of a all his category.
    Thanx

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your theme may not include those page templates but you can easily add a category page and use a custom loop to assign a category parent:
    https://codex.wordpress.org/Category_Templates

    No, not like you are describing. The built-in category taxonomy applies to posts, not pages, and taxonomy archive pages are generated by the theme, not written by the user in the editor.
    You could, however, create a page in the editor that uses a plugin to list all the posts in a category. (Or use the Gutenberg editor to put a category list block in there.)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘page as category parent’ is closed to new replies.