/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/themes/twentytwentyone
NameSizeModeActions
assets/-0755rm
classes/-0755rm
inc/-0755rm
template-parts/-0755rm
.stylelintignore890644editdlrm
.stylelintrc-css.json6890644editdlrm
.stylelintrc.json4250644editdlrm
404.php7210644editdlrm
archive.php9980644editdlrm
comments.php26320644editdlrm
footer.php22550644editdlrm
functions.php189500644editdlrm
header.php9700644editdlrm
image.php34210644editdlrm
index.php11980644editdlrm
package-lock.json2350850644editdlrm
package.json24120644editdlrm
page.php5900644editdlrm
postcss.config.js2830644editdlrm
readme.txt48370644editdlrm
screenshot.png2828970644editdlrm
search.php16470644editdlrm
searchform.php14320644editdlrm
single.php16980644editdlrm
style-rtl.css1560890644editdlrm
style.css1563890644editdlrm
Edit: /var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/themes/twentytwentyone/single.php (1698B)
sprintf( __( 'Published in%s', 'twentytwentyone' ), '%title' ), ) ); } // If comments are open or there is at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) { comments_template(); } // Previous/next post navigation. $twentytwentyone_next = is_rtl() ? twenty_twenty_one_get_icon_svg( 'ui', 'arrow_left' ) : twenty_twenty_one_get_icon_svg( 'ui', 'arrow_right' ); $twentytwentyone_prev = is_rtl() ? twenty_twenty_one_get_icon_svg( 'ui', 'arrow_right' ) : twenty_twenty_one_get_icon_svg( 'ui', 'arrow_left' ); $twentytwentyone_next_label = esc_html__( 'Next post', 'twentytwentyone' ); $twentytwentyone_previous_label = esc_html__( 'Previous post', 'twentytwentyone' ); the_post_navigation( array( 'next_text' => '

' . $twentytwentyone_next_label . $twentytwentyone_next . '

%title

', 'prev_text' => '

' . $twentytwentyone_prev . $twentytwentyone_previous_label . '

%title

', ) ); endwhile; // End of the loop. get_footer();