• In working with a child theme, I discovered the ryu_entry_meta function is wrapped within a function_exists check for ryu_posted_on instead of ryu_entry_meta.

    if ( ! function_exists( 'ryu_posted_on' ) ) :
    /**
     * Prints HTML with meta information for the current post-date/time and author.
     */
    function ryu_entry_meta() {
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Template tag: ryu_entry_meta’ is closed to new replies.