24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 50 | 51 | 52 | ' . sprintf( __( 'Try looking in the monthly archives. %1$s', 'some-like-it-neat' ), convert_smilies( ':)' ) ) . ''; 55 | the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=$archive_content" ); 56 | ?> 57 | 58 | 59 | 60 |
35 | 36 | ' . get_the_title() . '' 43 | ); 44 | } else { 45 | printf( // WPCS: XSS OK. 46 | /* translators: 1: comment count number, 2: title. */ 47 | esc_html( _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $comment_count, 'comments title', '_s' ) ), 48 | number_format_i18n( $comment_count ), 49 | '' . get_the_title() . '' 50 | ); 51 | } 52 | ?> 53 | 54 |
55 | 56 | 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> 57 | 58 | 67 | 68 | 69 | 70 |71 | 72 | 'some_like_it_neat_comment', 82 | ) ); 83 | ?> 84 | 85 |
86 | 87 | 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> 88 | 89 | 99 | 100 | 101 | 102 | 103 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 |