Файловый менеджер - Редактировать - /home/goldin10/public_html/getoutyourbox.com/wp-content/themes/sparks/content-video.php
Error occurred
Назад
<?php if( is_home() || is_archive() || is_search() ) { $embed = get_post_meta($post->ID, '_zilla_video_embed_code', true); if( !empty( $embed ) ) { echo stripslashes( htmlspecialchars_decode( $embed ) ); } else { zilla_video($post->ID, 750); } ?> <h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'zilla' ), the_title_attribute( 'echo=0' ) ) ); ?>"> <?php the_title(); ?></a></h2> <?php } elseif( is_single() ) { ?> <?php $post_meta = get_metadata('post', $post->ID); $post_display_bg = ( array_key_exists('_zilla_post_display_background', $post_meta) ) ? $post_meta['_zilla_post_display_background'][0] : ''; $bg_class = ''; $data_url = ''; if( $post_display_bg == 'on' ) { $bg_class = 'custom-bg '; if( $post_meta['_zilla_background_cover'][0] == 'on' ) { $bg_url = esc_url($post_meta['_zilla_background_image_url'][0]); if( !empty($bg_url) ) { $data_url = " data-url='$bg_url'"; } } } ?> <div class="<?php echo $bg_class; ?>post-media default-bg"<?php echo $data_url; ?>> <div class="post-thumb block"> <?php $embed = get_post_meta($post->ID, '_zilla_video_embed_code', true); if( !empty( $embed ) ) { echo stripslashes( htmlspecialchars_decode( $embed ) ); } else { zilla_video($post->ID, 750); } ?> </div> </div> <?php } ?>
| ver. 1.4 |
Github
|
.
| PHP 7.2.34 | Генерация страницы: 0.06 |
proxy
|
phpinfo
|
Настройка