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/category.php
<?php get_header(); ?>

<!-- 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 id="page" class="container">
    	<div class="row">
			
			<article class="contents span8">
				<?php $object = get_queried_object(); ?>
                <!--<h2 class="text-red"><?php echo kvalue($object, 'name'); ?></h2>-->
    
                <?php get_template_part('libs/blog_listing'); ?>
                
				<?php fw_the_pagination(); ?>
				<!-- pagination ends --> 
			</article>
            	
            <aside class="sidebar span4">
               <?php _load_dynamic_sidebar('post_category', 'default-sidebar'); ?> 
            </aside>
            <!-- sidebar ends -->

        </div>
    </div>
    
</div>

<?php get_footer(); ?>