PabloWPX
Forum Replies Created
-
Sorry but am not gonna try that since it serves no purpose, the other taxonomies work properly, and the code I used for this new one is the same, and again the fields failing to update are default WP fields such as url and “allow cmoments”
Hey thanks for replying, I created a custom post_type by copy/pasting the code used for other custom post_type I made before and they all work great but this new one.
My issue is related to the content itself, I create a post in that new custom post_type, and it won’t change url or the “allow comments” check after saving it for the first time, you can actually change the values, but after clicking the “update” button their previous values will show up again, after checking the DB the values match, so they don’t get to be saved on the DB.
Stuff that can be updated after first save: editor text/code, new custom meta fields I added and post title.
Let me know what code you want me to post.
nobody?
Revised text.
So after creating a new taxonomy and publishing the first article in it, I found I can’t update the info in some fields such as url, allow comments check, and pretty much any regular field other than the article content itself, but it saves the new custom meta fields I added, so it’s really weird.
I presume WP stores these non-custom fields by itself since we only have to create code to store the extra custom meta fields for that taxonomy right?
It only happens with this new taxonomy though, so what am I missing, what can I check to fix this?