سلام
من از قالب Artisteer استفاده میکنم. قالبو دسکاری کردم که تاریخو خورشیدی کنم ولی چیزی که خیلی عجیبه اینه که تاریخ یه جای دیگه چاپ میشه. حتی به جای the_time('Y') مینویسم مثلا بهمن درست چاپ میشه! کسی میتونه کمکم کنه؟
اینم اسکریپت و خروجیش:
اسکریپت حلقه:
while (have_posts())
{
the_post();
art_post_wrapper(
array(
'id' => art_get_post_id(),
'class' => art_get_post_class(),
'thumbnail' => art_get_post_thumbnail(),
'before' => '<div class="art-postheadericons">
<img src="postdateicon.png" width="17" height="18" alt="" />
<span>'.the_time('M').' تاريخ درج: </span></div>',
'content' => art_get_excerpt(),
'after' => art_get_metadata_icons('', 'footer')
)
);
}
خروجی:
آبان<div class="art-post post-22 post type-post hentry" id="post-22">
<div class="art-post-body">
<div class="art-post-inner art-article">
<div class="art-postmetadataheader"><h2 class="art-postheader"><a href="http://localhost/kheirikhah_wp/?p=22" rel="bookmark"
title="دومین پست">دومین پست</a></h2></div>
<div class="art-postheadericons art-metadata-icons">
<img src="postdateicon.png" width="17" height="18" alt="" /><span>
تاريخ درج: </span></div>