+
+
+
+
+
+
+
+
+
+ ' . sprintf( esc_html__( 'Try looking in the monthly archives. %1$s', 'attesa' ), convert_smilies( ':)' ) ) . '';
+ the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=$attesa_archive_content" );
+ }
+ if(attesa_404_show_tags()) {
+ the_widget( 'WP_Widget_Tag_Cloud' );
+ }
+ ?>
+
+
+
+ ' . esc_html(get_the_title()) . '' + ); + } else { + printf( // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped + /* translators: 1: comment count number, 2: title. */ + esc_html( _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $attesa_comment_count, 'comments title', 'attesa' ) ), + esc_html( number_format_i18n( $attesa_comment_count ) ), + '' . esc_html(get_the_title()) . '' + ); + } + ?> +
+ ++ 'ol', + 'short_ping' => true, + 'avatar_size' => '70', + 'reply_text' => '' .esc_html__( 'Reply' , 'attesa' ) . '', + ) ); + ?> +
+ + + + '', + 'email' => '', + 'url' => '', + ); + $attesa_required_text = esc_html__('Required fields are marked ', 'attesa').' *'; + ?> + apply_filters( 'attesa_comment_form_default_fields', $attesa_fields ), + /* translators: %s: wordpress login url */ + 'must_log_in' => '' . sprintf( __( 'You must be logged in to post a comment.' , 'attesa' ), wp_login_url( apply_filters( 'attesa_login_the_permalink', esc_url( get_permalink( ) ) ) ) ) . '
', + /* translators: 1: profile user link, 2: username, 3: logout link */ + 'logged_in_as' => '' . sprintf( __( 'Logged in as %2$s. Log out?' , 'attesa' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'attesa_logout_the_permalink', esc_url( get_permalink( ) ) ) ) ) . '
', + 'comment_notes_before' => '' . esc_html__( 'Your email address will not be published.' , 'attesa' ) . ( $attesa_req ? $attesa_required_text : '' ) . '
', + 'title_reply' => esc_html__( 'Leave a Reply' , 'attesa' ), + /* translators: %s: name of person to reply */ + 'title_reply_to' => esc_html__( 'Leave a Reply to %s' , 'attesa' ), + 'cancel_reply_link' => esc_html__( 'Cancel reply' , 'attesa' ) . '', + 'label_submit' => esc_html__( 'Post Comment' , 'attesa' ), + 'comment_field' => '', + )); + ?> + +