Site içinBuraya Tıklayınız
Content.php içerisindeki kodlar.
?>
>
// Getting data from Theme Options
global $catcheverest_options_settings;
$options = $catcheverest_options_settings;
$current_content_layout = $options['content_layout'];
$catcheverest_excerpt = get_the_excerpt();
if ( is_search() || ( !is_single() && $current_content_layout=='excerpt' && !empty( $catcheverest_excerpt ) ) ) : ?>
→', 'catcheverest' ) ); ?>
'' . __( 'Pages:', 'catcheverest' ), 'after' => '' ) ); ?>
Ana index içerisindeki kodlar. Pek bir işe yaramayacaktır sanırım context içerisinden çekiyor orta kısmı sanırım.
get_header(); ?>
/* Include the Post-Format-specific template for the content.
* If you want to overload this in a child theme then include a file
* called content-___.php (where ___ is the Post Format name) and that will be used instead.
*/
get_template_part( 'content', get_post_format() );
?>