'; $tpl .='
'; $tpl .= '
%%THUMB%%
'; $tpl .= '%%MONTH%%%DAY%%'; $tpl .= '

%%TITLE%%

'; $tpl .='
'; $tpl .='
%%TEXT%%
'; $tpl .='
'; $tpl .='
'; $tpl .=''; return $tpl; } add_filter('klasik_advancedpost_item_template1', 'klasik_child_advancedpost_item_template1',2); function klasik_child_advancedpost_item_template2($val, $content=''){ $tpl2 ='
'; $tpl2 .='
'; $tpl2 .= '
%%THUMB%%
'; $tpl2 .= '%%MONTH%%%DAY%%'; $tpl2 .= '

%%TITLE%%

'; $tpl2 .='
'; $tpl2 .='
%%TEXT%%
'; $tpl2 .='
'; $tpl2 .='
'; $tpl2 .='
'; return $tpl2; } add_filter('klasik_advancedpost_item_template2', 'klasik_child_advancedpost_item_template2',3); define('KLASIK_SLIDERTEXTEFFECT', 'moveFromLeft'); /* class klasik */ add_filter( 'body_class', 'klasik_body_class' ); function klasik_body_class( $classes ) { // add 'class-name' to the $classes array $classes[] = 'childclass'; // return the $classes array return $classes; }