Файловый менеджер - Редактировать - /home/digitalm/birramastro/wp-content/themes/weisber/tmpl/post-formats/list-inline.php
Назад
<?php /** * The default template for displaying inline posts */ ?> <article id="post-<?php the_ID(); ?>"> <?php if ( has_post_thumbnail() ) { $weisber_photo_class = 'photo'; $weisber_layout = get_query_var( 'weisber_layout' ); $weisber_image_src = wp_get_attachment_image_src( get_post_thumbnail_id( get_The_ID()), 'full' ); if ($weisber_image_src[2] > $weisber_image_src[1]) $weisber_photo_class .= ' vertical'; echo '<a href="'.esc_url(get_the_permalink()).'" class="'.esc_attr($weisber_photo_class).'">'; the_post_thumbnail(); echo '</a>'; } ?> <div class="description"> <?php weisber_get_the_cats_archive(); ?> <a href="<?php esc_url( the_permalink() ); ?>" class="header"><h3><?php the_title(); ?></h3></a> <?php if ( !has_post_thumbnail() ): ?> <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 endif; ?> <div class="blog-info"> <?php weisber_the_post_info(); ?> </div> </div> </article>
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.07 |
proxy
|
phpinfo
|
Настройка