[Plugin: postMash (filtered) – custom post order] Removed Auto Drafts
-
HI,
Update the SQL query so the Auto Draft posts don’t appear
post_status=’publish’
added on line 71 and 74 of postMash.php
71 $query_post .= ” AND $wpdb->posts.post_type = ‘post’ AND post_status=’publish’ ORDER BY menu_order “;
74 $query_post .= “WHERE post_type = ‘post’ AND post_status=’publish'”;Hope this helps …
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: postMash (filtered) – custom post order] Removed Auto Drafts’ is closed to new replies.