CSIS-iLab / reconasia_wp

The WordPress site for Reconnecting Asia.
0 stars 1 forks source link

Give Option to not show author information #94

Closed jnschrag closed 3 years ago

jnschrag commented 3 years ago

Maesea requested the ability to not have to select an author for a post. Unfortunately that's not possible, but what we can do is provide an option that allows us to not display the author information.

Let's add an ACF to posts that hides the author information if checked (make it a boolean field). Then we can modify this function so if the ACF is checked, it returns nothing instead of the coauthors list.

jdromero88 commented 3 years ago

Hi @jnschrag I added the ACF to dev. Here is a post that is hiding the author so you can test it.