Facebook Twitter Reset

This Tutorial Has Been Viewed 2,122 Times.

How to display popular posts in wordpress

I came across different wordpress themes where they wont provide the popular post catogory, so this a simple tip to help you guys regarding the addition of how to display popular posts in wordpress themes.Usually the SIDEBAR.PHP is the is the best area where we can put this code.Its very simple just add the code i have given below,

  1.  
  2. <h3>Popular Posts</h3>
  3.  <ul>
  4. <?php query_posts(‘category_name=php&showposts=10′); ?> 
  5. <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> 
  6. <li><a href=”<?php the_permalink(); ?>”>
  7. <?php the_title(); ?></a><br /> <?php the_excerpt(); ?>
  8. </li> <?php endwhile; ?>
  9. <?php endif; ?> 
  10. </ul>

 The above code will show the 10 most popular posts. The catagory name is optional, you can give any thing of your wish. I have given the catagory name as PHP.All that is left is to add posts to the category ‘php’. From now on, just as long as a post is in that category, it will show in this list. All you need to do is add and remove posts from this category to alter what this list displays. 

VN:F [1.9.13_1145]
Rating: 7.5/10 (2 votes cast)
VN:F [1.9.13_1145]
Rating: 0 (from 0 votes)
How to display popular posts in wordpress , 7.5 out of 10 based on 2 ratings

Incoming search terms:




You will also be interested in ,

4 Responses to “How to display popular posts in wordpress”

  1. saoeajvc
    March 18, 2009 at 12:44 pm #

    fine..

    VA:F [1.9.13_1145]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.13_1145]
    Rating: 0 (from 0 votes)
  2. znuafkj
    March 19, 2009 at 2:36 am #

    hey cool tutorial man..

    VA:F [1.9.13_1145]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.13_1145]
    Rating: 0 (from 0 votes)
  3. Fecegluccaply
    March 31, 2009 at 11:01 pm #

    Gud one…

    VA:F [1.9.13_1145]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.13_1145]
    Rating: 0 (from 0 votes)
  4. macyhawlDaw
    April 3, 2009 at 1:32 am #

    Gud website ;) nice tutorilas.

    VA:F [1.9.13_1145]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.13_1145]
    Rating: 0 (from 0 votes)

Leave a Comment

Spam protection by WP Captcha-Free

Affordable Seo PackagesSeo BlogEdu Backlinks
More in perl (10 of 14 articles)