Lines:
1 to 50 of 50
<?php /** * Custom template tags for this theme * * @package WordPress * @subpackage Twenty_Nineteen * @since Twenty Nineteen 1.0 */ if ( ! function_exists( 'twentynineteen_posted_on' ) ) : /* function twentynineteen_posted_on() – Prints HTML with meta information for the current post-date/time. */ endif; if ( ! function_exists( 'twentynineteen_posted_by' ) ) : /* function twentynineteen_posted_by() – Prints HTML with meta information about theme author. */ endif; if ( ! function_exists( 'twentynineteen_comment_count' ) ) : /* function twentynineteen_comment_count() – Prints HTML with the comment count for the current post. */ endif; if ( ! function_exists( 'twentynineteen_entry_footer' ) ) : /* function twentynineteen_entry_footer() – Prints HTML with meta information for the categories, tags and comments. */ endif; if ( ! function_exists( 'twentynineteen_post_thumbnail' ) ) : /* function twentynineteen_post_thumbnail() – Displays an optional post thumbnail. */ endif; if ( ! function_exists( 'twentynineteen_get_user_avatar_markup' ) ) : /* function twentynineteen_get_user_avatar_markup() – Returns the HTML markup to generate a user avatar. */ endif; if ( ! function_exists( 'twentynineteen_discussion_avatars_list' ) ) : /* function twentynineteen_discussion_avatars_list() – Displays a list of avatars involved in a discussion for a given post. */ endif; if ( ! function_exists( 'twentynineteen_comment_form' ) ) : /* function twentynineteen_comment_form() – Documentation for function. */ endif; if ( ! function_exists( 'twentynineteen_the_posts_navigation' ) ) : /* function twentynineteen_the_posts_navigation() – Documentation for function. */ endif; if ( ! function_exists( 'wp_body_open' ) ) : /* function wp_body_open() – Fire the wp_body_open action. */ endif;