• Hi everyone.
    I have a website and I am calling my 1000 post by using the code below in my page.php
    <?php wp_get_archives(‘type=postbypost&limit=1000’); ?>
    Everyting is working fine but:
    1.) I want to show 10 post at a time with Title and Excerpts.
    2.) After 10 post there should be pagination for Next…and Previous… so that people can access them as 1000 post on one page will be long.
    3.) This is not important but will be helpful- Post are showing only title one after one, I want to have them
    numberings like: 1.) ArchivePost1
    2.) Archivepost2,

    Preview of my archive post which I want on page should be like this:
    1.) Archive title
    archive description maybe 200 words
    2.) second post title in archive
    second post descrioption in archive…
    3.)………..
    <-Previous Next->

    Currently coming as
    title 1
    title 2
    title 3

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Calling 1000 archive and want pagination after 10 post’ is closed to new replies.