iusce
01-12-2011, 12:06 PM
سلام
این مطالبو خوندم ([Only registered and activated users can see links]) ولی با مشکل مواجه شدم ...دوستان اگه میتونند کدهارو در این قسمت بطور صحیح قرار بدن ممنون میشم:
اینجا هم بصورت فارسی ([Only registered and activated users can see links])
<?php get_header(); ?>
<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');
global $post;
if (have_posts())**
while (have_posts())
**
the_post();
art_post_wrapper(
array(
'id' => art_get_post_id(),
'class' => art_get_post_class(),
'thumbnail' => art_get_post_thumbnail(),
'title' => '<a href="'.get_permalink($post->ID).'" rel="bookmark" title="'.get_the_title().'">'.get_the_title().'</a>',
'before' => art_get_metadata_icons('', 'header'),
'content' => art_get_excerpt(), // 'content' => 'My post content',
'after' => art_get_metadata_icons('', 'footer')
)
);
}
art_pagination();// previous_posts_link | next_posts_link
} else **
art_post_wrapper(
array(
'title' => __('Not Found', THEME_NS),
'content' => '<p class="center">'
.__( 'Apologies, but the page you requested could not be found. Perhaps searching will help.', THEME_NS)
. '</p>' . "\r\n" . art_get_search()
)
);
}
get_sidebar('bottom');
?>
<div class="cleared"></div>
</div>
</div>
</div>
<div class="cleared"></div>
<?php get_footer();
من میخوام وقتی توی ورد پرس پست ارسال کنم مثلا 10 پست,این 10 پست در دو ستون مقابل هم بصورت 5 تایی نشون داده بشه
روی این بخش کلیک کنید تا منظورم واضحتر بشه:
{نمونه بزرگ} ([Only registered and activated users can see links])
یا شبیه این سایت ([Only registered and activated users can see links])
این مطالبو خوندم ([Only registered and activated users can see links]) ولی با مشکل مواجه شدم ...دوستان اگه میتونند کدهارو در این قسمت بطور صحیح قرار بدن ممنون میشم:
اینجا هم بصورت فارسی ([Only registered and activated users can see links])
<?php get_header(); ?>
<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');
global $post;
if (have_posts())**
while (have_posts())
**
the_post();
art_post_wrapper(
array(
'id' => art_get_post_id(),
'class' => art_get_post_class(),
'thumbnail' => art_get_post_thumbnail(),
'title' => '<a href="'.get_permalink($post->ID).'" rel="bookmark" title="'.get_the_title().'">'.get_the_title().'</a>',
'before' => art_get_metadata_icons('', 'header'),
'content' => art_get_excerpt(), // 'content' => 'My post content',
'after' => art_get_metadata_icons('', 'footer')
)
);
}
art_pagination();// previous_posts_link | next_posts_link
} else **
art_post_wrapper(
array(
'title' => __('Not Found', THEME_NS),
'content' => '<p class="center">'
.__( 'Apologies, but the page you requested could not be found. Perhaps searching will help.', THEME_NS)
. '</p>' . "\r\n" . art_get_search()
)
);
}
get_sidebar('bottom');
?>
<div class="cleared"></div>
</div>
</div>
</div>
<div class="cleared"></div>
<?php get_footer();
من میخوام وقتی توی ورد پرس پست ارسال کنم مثلا 10 پست,این 10 پست در دو ستون مقابل هم بصورت 5 تایی نشون داده بشه
روی این بخش کلیک کنید تا منظورم واضحتر بشه:
{نمونه بزرگ} ([Only registered and activated users can see links])
یا شبیه این سایت ([Only registered and activated users can see links])
