Файловый менеджер - Редактировать - /home/digitalm/birramastro/wp-content/themes/weisber/tmpl/post-formats/list-featured.php
Назад
<?php /** * The default template for displaying standard post format */ $post_class = 'ltx-featured-post'; ?> <article id="post-<?php the_ID(); ?>" <?php post_class( esc_attr($post_class) ); ?>> <?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).'">'; /* $sizes_hooks = array( 'weisber-blog-featured', 'weisber-blog-full' ); $sizes_media = array( '1199px' => 'weisber-blog-featured' ); weisber_the_img_srcset( get_post_thumbnail_id(), $sizes_hooks, $sizes_media ); */ the_post_thumbnail('weisber-blog-featured'); echo '</a>'; weisber_get_the_cats_archive(); } ?> <div class="description"> <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.04 |
proxy
|
phpinfo
|
Настройка