Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<?php the_title(); ?>
<?php echo str_replace(',','<br />',get_the_title()); ?>
<?php the_title(); ?>
foreach ( array( 'pre_term_description' ) as $filter ) {
remove_filter( $filter, 'wp_filter_kses' );
}
foreach ( array( 'term_description' ) as $filter ) {
remove_filter( $filter, 'wp_kses_data' );
}
каких вхождений?поиск выдал 35 вхождений для
the_archive_title( '<h1 class="page-title">', '</h1>' );
echo str_replace(',','<br />',get_the_archive_title());