Wordpress bir site içerisinde oluşturulan içeriklerde yazar yazının altında geliyor.
Yazarı yazının başına nasıl taşırım bu tür düzenlemeler Wordpress Düzenleyici kısmında hangi dosyada bulunuyor ?
get_category(); ?>
get_title();?>
td_post_theme_settings['td_subtitle'])) { ?>
td_post_theme_settings['td_subtitle'];?>
get_social_sharing_top();?>
// override the default featured image by the templates (single.php and home.php/index.php - blog loop)
if (!empty(td_global::$load_featured_img_from_template)) {
echo $td_mod_single->get_image(td_global::$load_featured_img_from_template);
} else {
echo $td_mod_single->get_image('td_696x0');
}
$tds_post_style_1_title = td_util::get_option('tds_post_style_1_title');
// ad spot
echo td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'post_style_1', 'spot_title' => $tds_post_style_1_title)); ?>
get_content();?>