Organized Docs WordPress Plugin

Display the Author on Single Docs

By default, the author name is not shown on single Docs posts. To display the author on single Docs, you have to add this code to your functions.

See how to add code to your functions.

/**
 * Display the author on single Docs
 */
add_filter( 'od_display_author', '__return_true' );

The author name will show up below the content on single Docs.

Updated on March 5, 2017

Questions and Comments are Welcome

Your email address will not be published. All comments will be moderated.

Please wrap code in "code" bracket tags like this:

[code]

YOUR CODE HERE 

[/code]