HEX
Server: LiteSpeed
System:
User: ()
PHP: 7.4.33
Disabled: sendmail,mail,exec,shell_exec,dl,system,passthru,pclose,proc_open,proc_nice,proc_terminate,proc_get_status,proc_close,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,escapeshellcmd,escapeshellarg shell-exec,fpassthru,crack_check,crack_closedict,crack_getlastmessage,crack_opendict,psockopen,php_uname,symlink,ini_restore,posix_getpwuid,posix_getegid,posix_getcwd,posix_geteuid,posix_getgroups,posix_uname,posix_setuid,eval,show_source,passthru,popen,allow_url_fopen,get_current_user,getmyuid,getmygid,entre2v2,index_changer_wp,index_changer_joomla,exec_mode_1,exec_mode_2,exec_mode_3,wsoFooter,wsoEx,wsoViewSize,wsoPerms,wsoPermsColor,ukuran,tulis,ambil,tukar,entre2v2,rapih,magicboom,goaction,scookie,showstat,index_changer
Upload Files
File: /home/muratemr/marskocaeli.com/wp-content/themes/nt-forester/single.php
<?php

get_header();

get_template_part( 'index-header' );

$nt_forester_post_content_style = ot_get_option( 'nt_forester_post_content_style' );
$nt_forester_single_hero_display = ot_get_option( 'nt_forester_single_hero_display' );
$nt_forester_single_comment_display = ot_get_option( 'nt_forester_single_comment_display' );

wp_enqueue_style( 'nt-forester-plugins' );
wp_enqueue_style( 'nt-forester-custom-theme-style' );
wp_enqueue_style( 'nt-forester-primary-color' );
wp_enqueue_style( 'ion-icon');
wp_enqueue_style( 'themify' );
wp_enqueue_style( 'nt-forester-update-two' );

// Elementor `single` location
if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'single' ) ) {

    if ( $nt_forester_post_content_style == 'style1' || $nt_forester_post_content_style == '' ) {

        if ( $nt_forester_single_hero_display != 'off' ){

            do_action( 'nt_forester_single_header_action' );

        }

        do_action( 'nt_forester_before_post_single_action' );

        while ( have_posts() ) : the_post();

            get_template_part( 'post-format/content', get_post_format() );

            if( $nt_forester_single_comment_display != 'off' ) :
                if ( comments_open() || '0' != get_comments_number() ) :
                    comments_template();
                endif;
            endif;

        endwhile;

        // post navigation
        nt_forester_post_nav();

        do_action( 'nt_forester_after_post_single_action' );

    } else {

        if ( $nt_forester_single_hero_display != 'off' ) {

            do_action( 'nt_forester_single_header_action' );

        }

        do_action( 'nt_forester_before_post_single_style2_action' );

        while ( have_posts() ) : the_post();

            do_action( 'nt_forester_formats_content_single_style2_action' );

            if( $nt_forester_single_comment_display != 'off' ) :
                if ( comments_open() || '0' != get_comments_number() ) :
                    comments_template();
                endif;
            endif;

        endwhile;

        // post navigation
        nt_forester_post_nav();

        do_action( 'nt_forester_after_post_single_style2_action' );
    }
}

get_footer();

?>