Page numbering for a blog -


i building blog atm i'm not using wordpress etc..

my question is: how can make page numbering system see in many blogs?

thanks in advance!

if you're making hand , want pagination, can try (assuming you're using sql):

  1. decide number of items want per page
  2. query db total number of items
  3. calculate total number of pages know how many page links print
  4. query items using limit , offset

Comments

Popular posts from this blog

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -