Файловый менеджер - Редактировать - /home/beautybuzzbeyond/public_html/wp-content/themes/music-night/single/post-functions.php
Назад
<?php function musicnight_fetch_post_format(){ if( in_array(get_post_format(), array('aside', 'link', 'quote')) ){ get_template_part('single/content', get_post_format()); }else{ global $musicnight_post_settings; if( empty($musicnight_post_settings['blog-style']) || $musicnight_post_settings['blog-style'] == 'blog-full' ){ get_template_part('single/content-full'); }else if( $musicnight_post_settings['blog-style'] == 'blog-list' ){ get_template_part('single/content-medium'); }else if( strpos($musicnight_post_settings['blog-style'], 'blog-press') !== false ){ get_template_part('single/content-small'); }else if( strpos($musicnight_post_settings['blog-style'], 'blog-small') !== false ){ get_template_part('single/content-simple'); }else{ get_template_part('single/content-grid'); } } } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка