نه نمی ندازهتا جایی که یادم میاد خودش اتوماتیک ادامه مطلب رو می اندازه و لازم نیست به صورت دستی اضافه کنید! من می گم بیخیال این برنامه شو خیلی جالب نیست! :53: :-"
قالب رو ذخیره کن و رو هاست نصب کن ببین می اندازه یا نه!؟![]()
<?php get_header(); ?>
<div class="art-layout-wrapper">
<div class="art-content-layout">
<div class="art-content-layout-row">
<div class="art-layout-cell art-sidebar1">
<?php get_sidebar('default'); ?>
<div class="cleared"></div>
</div>
<div class="art-layout-cell art-content">
<?php get_sidebar('top'); ?>
<?php
if(have_posts()) {
/* Display navigation to next/previous pages when applicable */
if ( theme_get_option('theme_' . (theme_is_home() ? 'home_' : '') . 'top_posts_navigation' ) ) {
theme_page_navigation();
}
/* Start the Loop */
while (have_posts()) {
the_post();
get_template_part('content', get_post_format());
}
/* Display navigation to next/previous pages when applicable */
if (theme_get_option('theme_bottom_posts_navigation')) {
theme_page_navigation();
}
} else {
theme_404_content();
}
?>
<?php get_sidebar('bottom'); ?>
<div class="cleared"></div>
</div>
</div>
</div>
</div>
<div class="cleared"></div>
<?php get_footer(); ?>
محمد آقا کار نکرد - کلا قالب هم به هم میریزهیادم رفته بود بگم که قالبای ارتیستر فانکشن ها هستن که کاری رو میکنند...تاریخ هم توی فایل function قالب هست
برای افزودن ادامه مطلب کد زیر رو حذف کن
این رو اضافه کنکد:get_template_part('content', get_post_format());
کد:the_content(__('ادامه مطلب...'));
بفرمایید ایندکس و فانکشنفایل Function قالب رو بزار
سلام دستت درد نکنه آره ولی می گردم پیدا کردم اینجا هم خبرشو می ذارمبرای تاریخ الان داره مقدار
در خط 142 فانکشن رو برمیگردونهکد:get_the_date()
باور کن من از این ارتیستر سر در نیوردم .قدیما یک بار این مورد رو درست کردم. الان یادم نیست. باید بشینم یک قالب بسازم و بعد رفع مشکل کنم باهاش...
فکر کنم خودشون سر در نیاوردنthe default wp more link has the following class: .more-link
you can assign custom css to this class to add the icon to change the font color etc.