Group page (post_type = gpages) post author
-
When a user creates a group, there is a record to the table wp_bg_groups of the DB and, among others, one field is ‘creator_id’.
There is also one record to wp_posts table where ‘post_type’ field has value ‘gpages’. In this record, ‘post_author’ field value is set to ‘1’ (admin user) and not the user that created the group (‘creator_id’ of the wp_bg_groups).
Is this a bug? Why admin to create all these posts? How can this change?
Thank you in advance.
Andreas
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Group page (post_type = gpages) post author’ is closed to new replies.