post_author );
$meta[] = sprintf( '%s
%s', __( 'by', 'all-in-one-video-gallery' ), esc_url( $author_url ), esc_html( get_the_author() ) );
}
if ( count( $meta ) ) {
printf( '
%s
', __( "Posted", 'all-in-one-video-gallery' ) . ' ' . implode( ' ', $meta ) );
}
?>
%s', esc_url( $category_url ), esc_html( $category->name ) );
}
printf( '
%s
', implode( ', ', $meta ) );
}
}
?>