30 |
31 |
43 |
44 | ' . sprintf( esc_html__( 'Try looking in the monthly archives. %1$s', 'ohana' ), convert_smilies( ':)' ) ) . '';
48 | the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=$archive_content" );
49 |
50 | the_widget( 'WP_Widget_Tag_Cloud' );
51 | ?>
52 |
53 | -
32 | 'count',
35 | 'order' => 'DESC',
36 | 'show_count' => 1,
37 | 'title_li' => '',
38 | 'number' => 10,
39 | ) );
40 | ?>
41 |
29 | ' . get_the_title() . '' 36 | ); 37 | } else { 38 | printf( // WPCS: XSS OK. 39 | /* translators: 1: comment count number, 2: title. */ 40 | esc_html( _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $comment_count, 'comments title', 'ohana' ) ), 41 | number_format_i18n( $comment_count ), 42 | '' . get_the_title() . '' 43 | ); 44 | } 45 | ?> 46 |
47 | 48 | 49 | 50 |51 | 'ol', 54 | 'short_ping' => true, 55 | 'avatar_size' => 70, 56 | ) ); 57 | ?> 58 |
59 | 60 | 64 | 65 | 72 | 73 |