Define author using wordpress standard tags

Posted in: Newspaper
Post count: 1

I am using USP forms to have non-registered users upload images. In that upload process, they input a display name which is kept in a custom field. The plugin will override the theme and show the display name if the theme uses the standard template tags which are:
the_author()
get_the_author()
the_author_meta(‘display_name’)
get_the_author_meta(‘display_name’)

From what I can see Newspaper uses get_author which does not match

what file does newspaper define $td_mod_single->get_author? There is a file Is this something that can be changed in one place?

Post count: 20688

Hi,

Each post template uses the get author in it’s corresponding loop file. These are the files responsible with the post templates in the theme
https://www.screencast.com/t/CnEcQIGu

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.