Primary author issue
-
I’m having an issue that relates to the primary author of a custom post type. I’m creating a new post, finding the author that should be assigned, removing my name (that’s automatically added) but the primary author is still set to my account after I publish. If I use the_author() or the_author_meta() the data that’s returned is my account even though I’ve removed it. If I use the coauthors() function it displays the correct author but I need to pull in some other information based on the author ID and there will only be 1 author for this custom post type.
- The topic ‘Primary author issue’ is closed to new replies.