Disruptive Technology

RANDOM NEWS, TRICKS AND TIPS ON TECHNOLOGY

Pages

  • Home
  • Tricks
  • Website
  • ByPassing
  • Mobiles
  • Study Material
  • Programming
  • Placement
  • WRITE WITH US

Wednesday, 13 August 2014



How to limit post on wordpress 


 wordpress-logo
By default, the WordPress displays 10 posts per page. But in case you’d like to display more or less posts,
here’s how to do it.
The solution is simple:
You have to use the query_posts() function, which gives you a total control over the WordPress loop.
To specify how many posts you want to be displayed per page, we’ll use the showposts parameter.
Here’s an example:
<?php
$page_num = $paged;
if ($pagenum='') $pagenum =1;
query_posts('showposts=5&paged='.$page_num); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
// WordPress loop
endwhile;endif; ?>
This example loop will displays 5 posts per page.
’.$page_num parameter
allows use to display our content by pages and use a paginator.
Posted by Unknown at 1:45:00 am
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: website, wordpress

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Popular Posts

  • Calculate your aggregate percentage of B.Tech. according to GBTU Norms
    Calculate your aggregate percentage of B.Tech. according to GBTU norms. Calculate your aggregate %age of B.Tech. till th...
  • Top 10 Largest Databases in the World
    Largest Databases in the World A database is an organized collection of data. The data are typically organized to model rele...
  • 10,000 HP Pavilion G4 Notebooks Distributed By The Akhilesh Yadav Govt In UP
    HP Pavilion G4 Notebooks SPECIFICATION 14-inch screen, with pixel dimensions of 1024x768. 2 GB RAM. 500 GB hard disk d...
  • Hide keyloggers in a .jpg file
                                  Hide keyloggers in a .jpg file                          Note : Only For Educational Purpose.>...
  • Engineering Notes
    STUDY MATERIAL Study Note or material play a important role in every students life so here are some engineering subject notes for you ...

Total Pageviews

Facebook Page

Facebook Page

Followers

Blogroll

visitors

Recent Posts

Contact Form

Name

Email *

Message *

Scaleable. Powered by Blogger.