search

Home  >  Q&A  >  body text

Article pagination

How to limit the number of words per page of articles

aaaa1983 days ago1391

reply all(6)I'll reply

  • 王林

    王林2019-09-03 18:02:40

    To limit paging, generally use limit

    reply
    0
  • aa

    aa2019-08-31 11:38:53

    OK, thanks

    reply
    0
  • ringa_lee

    ringa_lee2019-08-31 10:47:29

    If you are paginating a single article, I will give you three general processing methods, choose as needed

    1. Manual paging: Generally, special paging tags are added when editing content, such as {pages}, After submission, the PHP program will process paging according to page breaks and generate different static pages. This paging method is accurate in paging, but it requires manually adding page breaks %E

    reply
    0
  • aa

    aa2019-08-31 10:30:37

    Do pagination and limit the number of words per page

    reply
    0
  • ringa_lee

    Paginate a single article and then limit the number of words per page?

    ringa_lee · 2019-08-31 10:42:25
  • ringa_lee

    ringa_lee2019-08-31 10:19:01

    Do you mean to paginate an article and then limit the word count, or just *** limit the word count of a single article?

    reply
    0
  • Cancelreply