Benim tema'da yazar adı, kategorisi, okuma sayısı falan gibi yazının üst kısmında bir alan var hemen herkeste olduğu gibi. Kodu aşağıdaki

* Displays entry meta.
*/
function minty_entry_meta() {

printf( '',
esc_attr( get_the_date( 'c' ) ),
esc_html( get_the_date( has_post_format( 'status' ) ? 'Y-m-d H:i' : 'Y-m-d') )
);

if ( ! has_post_format( 'status' ) ) {
$categories_list = get_the_category_list( '、' );
if ( $categories_list ) {
echo ' ' . $categories_list . '';
}
}

echo ' ';

comments_popup_link('0 Yorum', '1 Yorum', '% Yorum', 'comments-link', 'Yorumlara Kapalı');

if (get_option( 'minty_show_post_author' )) echo ' ';

if (function_exists('the_views')) {
echo ' ';
the_views();
};

edit_post_link(__('Edit This'), ' ');

kod buraya gelecek ama diğerlerine nazaran sağa yaslanması lazım
}



kod buraya gelecek kısmına aşağıdaki paylaşım kodunu eklemek istiyorum, kodlama bilgim zayıf o yüzden düz haliyle koyunca çalışmıyor tema. Sizlerden bu noktada yardım bekliyorum. Şimdiden emekleriniz için teşekkür ederim.

paylaşım kodu


facebook
twitter
Google+