HEX
Server: Apache/2.4.49 (FreeBSD) OpenSSL/1.0.2s-freebsd PHP/5.6.36
System: FreeBSD hosting.icon.bg 11.3-RELEASE-p13 FreeBSD 11.3-RELEASE-p13 #0: Tue Sep 1 06:56:51 UTC 2020 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
User: ftpuser (1002)
PHP: 5.6.36
Disabled: NONE
Upload Files
File: /hosting/kak.bg/web/wp-content/themes/social_play_child/single.php
<?php get_header(); ?>
<?php $t = $GLOBALS['_wpnukes_videos'];?>

<!-- Page Container -->
<div class="container" id="page-single">

	<!-- BreadCrumbs Bar -->
    <div class="bread-bar clearfix">

		<!-- BreadCrumbs -->
		<?php echo get_the_breadcrumb(); ?> 

		<!-- News Ticker -->
        <?php fw_news_ticker(); ?>
    </div>

	<!-- Page Content -->
    <div class="row">
        <article id="post-<?php the_ID(); ?>" <?php post_class("contents span8"); ?> >
            <?php get_template_part('libs/blog_listing'); ?>
            <?php wp_link_pages(array('before'=>'<div class="pagination blog"><span>Pages:</span> ', 'after'=>'</div>', 'link_before'=>'<span>', 'link_after'=>'</span>')); ?>
            <section class="author">
                <div class="heading">
                    <h1><?php _e('За Автора', THEME_NAME);?> - <span class="text-red"><a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"><?php the_author(); ?></a></span></h1>
                </div>
                <?php echo get_avatar(get_the_author_meta( 'ID' )); ?>
                <div class="description">
                    <p><?php echo get_the_author_meta( 'description' ); ?></p>
                    <ul>
                        <?php if( $facebook = get_user_meta(get_the_author_meta('ID'), 'facebook', true) ): ?>
                        	<li><a href="<?php echo $facebook; ?>" class="tooltip" title="facebook"><i class="icon-facebook"></i><?php _e('Facebook', THEME_NAME); ?></a></li>
                        <?php endif; ?>
                        <?php if( $twitter = get_user_meta(get_the_author_meta('ID'), 'twitter', true) ): ?>
                        	<li><a href="<?php echo $twitter;?>" class="tooltip" title="twitter"><i class="icon-twitter"></i><?php _e('Twitter', THEME_NAME); ?></a></li>
                        <?php endif; ?>
                    </ul>
                </div>
            </section>
            
            <?php comments_template(); ?>
            <!-- video-comments end --> 
        </article>
        
        <aside class="sidebar span4">
        	<?php $post_settings = get_post_meta( get_the_ID(), 'wpnukes_post_settings', true); 
			if( $post_settings && kvalue( $post_settings, 'sidebar' ) ) dynamic_sidebar( kvalue( $post_settings, 'sidebar') );?>

        </aside>
        <!-- sidebar ends -->
        
    </div>
</div>
<?php get_footer(); ?>