How to display popular posts in wordpress

This Tutorial Has Been Viewed 2,135 Times.

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

  1. saoeajvc says:

    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 says:

    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 says:

    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 says:

    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 Reply

Spam protection by WP Captcha-Free

Proudly designed by Mistonline.in.
Affordable Seo PackagesSeo BlogEdu Backlinks
More in PHP, Wordpress Tips (97 of 126 articles)