Файловый менеджер - Редактировать - /home/digitalm/birramastro/wp-content/themes/weisber/tmpl/post-formats/list-simple.php
Назад
<?php /** * The default template for displaying standard post format */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="description"> <?php weisber_get_the_post_headline(); ?> <a href="<?php esc_url( the_permalink() ); ?>" class="header"><h3><?php the_title(); ?></h3></a> <?php $weisber_display_excerpt = true; if ( (!has_post_thumbnail() OR empty($weisber_layout)) OR !empty( $weisber_display_excerpt ) ): if ( !empty( $weisber_display_excerpt ) AND $weisber_display_excerpt == 'visible' ): ?> <div class="text text-page"> <?php add_filter( 'the_content', 'weisber_excerpt' ); if( strpos( $post->post_content, '<!--more-->' ) ) { the_content( esc_html__( 'Read more', 'weisber' ) ); } else { the_excerpt(); } ?> </div> <?php else : echo '<a href="'.esc_url( get_the_permalink() ).'" class="more-link">'.esc_html__( 'Read more', 'weisber' ).'</a>'; endif; else: echo '<a href="'.esc_url( get_the_permalink() ).'" class="more-link">'.esc_html__( 'Read more', 'weisber' ).'</a>'; endif; ?> </div> </article>
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.05 |
proxy
|
phpinfo
|
Настройка