wmoll
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Unfortynately we can’t reproduce this issues.
do you use eny additional plugins? or maybe you used plugins what created custom post type with same slug?Hi.
Looks like you have other plugins what change count of posts.
Types plugin have not any functions what allow to change count of post in admin panel.
So, this is or WP settings, or some external plugin.This is not work possible right now.
We already have this is task as part of complex update in one of next version.Right now you can only change slug to custom.
for resolve this problem need to replace in
\wp-content\plugins\types\embedded\includes\post-relationship.php
line 806
from
if (strpos($post_id, ‘new_’) !== false) {
to
if (strpos($post_id, ‘new_’) !== false or $post_id==0) {
Viewing 4 replies - 1 through 4 (of 4 total)