__( 'Display a list of Recent or Random posts in a timeline format.' , 'amazing-widgets') ) ); } public function form( $instance ) { $defaults = array( 'title' => '', 'what_to_query' => 'random_posts', 'category' => '', 'nr_of_posts' => 4 ); $instance = wp_parse_args( (array) $instance, $defaults ); ?>



post_author; printf(esc_attr__('By %1$s on %2$s','aw-widgets'), get_the_author_meta( 'display_name', $post->post_author ), get_the_date()); } echo $args['before_widget']; if ( ! empty( $instance['title'] ) ) { echo $args['before_title']; echo esc_html( $instance['title'] ); echo $args['after_title']; } echo "