Admin

AdminAdmin is verified member.

Well-Known Member
Staff member
Administrator
add vào index.php

Code:
<div id="navcat">    				<h4>Tin tức HOT</h4>		
				</div>    				
<?php query_posts(array('category__and' => [COLOR=#ff0000]array(-7)[/COLOR], '[COLOR=#0000cd]posts_per_page' => 5[/COLOR], 'ignore_sticky_posts' => 1, 'paged' => get_query_var('paged') ? get_query_var('paged') : 1)); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
        <div class="post odd" id="post-1054">    <div class="title">
                       <img src="/images/baiviet.gif"> <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a> - <?php setPostViews(get_the_ID()); ?><?php echo getPostViews(get_the_ID()); ?>
                </div> </div>
                
<?php endwhile; ?>


<?php else : ?>
        <h2>Không có bài viết nào hết! :(</h2>
<?php endif; ?>

sửa: array(-7): 7 là id của chuyên mục
'posts_per_page' => 5: 5 là số bài viết của chuyên mục đưa ra trang chủ
 

Facebook Comments

Similar threads

W
Replies
4
Views
1K
cuongpro9xcuongpro9x is verified member.
cuongpro9x
Admin
Replies
12
Views
2K
nhokzodanh
nhokzodanh
Admin
Replies
0
Views
1K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
4K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
3K
AdminAdmin is verified member.
Admin
Admin
Replies
0
Views
2K
AdminAdmin is verified member.
Admin
Back
Top