Custom post status makes post disappear from view in browser page
-
Hi!
I have created some custom post status, for the sake of workflow organization. After every newsletter sent, I want to change the post status of the posts I included in the newsletter from “Published” to “Sent”, so that they don’t show in the select article box when I’m composing the next email/newsletter). Problem is whenever I change a post status from “published” to any other post status, that post disappears from the page “view in browser” generated by each newsletter sent (the link that goes in all emailed newsletters). And this happens even when I set my custom post status to public:
‘public’ => true,
‘exclude_from_search’ => false,
‘show_in_admin_all_list’ => true,
‘show_in_admin_status_list’ => true,So, is there any way for me to exclude some posts from the select article box, without making them disappear from the newsletter archive? Many thanks in advance!
- The topic ‘Custom post status makes post disappear from view in browser page’ is closed to new replies.