alleyinteractive / alleyinteractive/wordpress-fieldmanager

Add ability to set and sort post children, using post_parent and menu_order

Open
#330 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
PHP
Stars
563
Forks
99
PR merge metrics
No merged PRs in 30d

Description

In Fieldmanager, you can currently set a post's parent using the `post_parent` field, but you can't use that field to set the relationship from the parent's editing screen. It would be a cool feature to be able to set post children, and even leverage the `menu_order` field when sorting.

There's an important complication to consider, which is that a post can only have one `post_parent` and one `menu_order`. We'll need to consider this case, and handle situations where one or the other is already set.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.