Addition of post status
-
Hi,
I’ve been working really hard at adding a couple of new post status headings to my site. I thought it might be possible to clip some code from your plugin, but what I did crashed my site. (So I just undid the change, no biggie.
Below is exactly what I pasted into functions.php (in my child theme):
function aps_register_archive_post_status() {
// and all the code in between…
}
add_action( ‘init’, ‘aps_register_archive_post_status’ );Could you please advise? I’d really appreciate it. (Since the Edit Flow plugin went down, it’s almost impossible to find a working solution to add custom statuses.)
The topic ‘Addition of post status’ is closed to new replies.