This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* The template used for generating blog template Format 1 List | |
* | |
* @package WordPress | |
* @subpackage ASI Themes | |
* @since IOA Framework V1 | |
*/ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Blog Column Template | |
*/ | |
global $ioa_helper,$ioa_meta_data,$post,$ioa_super_options; | |
$ioa_helper->preparePage(); | |
get_header(); |