I hate to modify my theme to use the_molongui_author();
which is not ideal, because I can’t change this in the child theme of the one I’ve purchased. How to fix?
ETA: the code my theme uses: the_author_meta( 'display_name', $author );
where $author is defined as: $author = '' == $pid ? get_the__author() : get_post_field( 'post_author', $pid );
-
This reply was modified 3 years, 3 months ago by deannazandt.