[Question] Pagination for Blog.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [Question] Pagination for Blog.

    Hello all,

    i want know how to make pagination for reading blog . i mean count total text and make pagingation. must use what function ?

    Example for full text;
    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

    Example pagination page 1;
    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s

    <prev [1], 2, 3, 4, 5 next>

    Example pagination page 2;
    , when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into
    <prev 1, [2], 3, 4, 5 next>

    Example pagination page 3;
    electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
    <prev 1, 2, [3], 4, 5 next>


    here is the example

    Crazy Chat
Working...
X