File: /mnt/data/targetplatform/www/ku/wp-content/themes/publisher/category.php
<?php
/**
* category.php
*
* Used to display category archive page.
*
* Content is output based on which layout has been selected in theme option panel.
* To view and/or edit the markup of layouts, go to "views/general/category" there is
* some files tht handles multiple layouts.
*
* Layout files:
* - 1-col.php : 1 column layout
* - 2-col.php : 2 column layout
* - 3-col.php : 3 column layout
*
* @author BetterStudio
* @package Publisher
* @version 1.8.4
*/
get_header();
publisher_get_view( 'taxonomy', 'layout-' . publisher_get_page_layout_file() );
get_footer();