Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author AI.Takeuchi

    (@aitakeuchi)

    Hello,

    What can do is limited by WP_Query.
    can not limit the number of posts, maybe.
    need another way. e.g. limit to date.

    Thanks.

    Plugin Author AI.Takeuchi

    (@aitakeuchi)

    Hello,

    What can do is limited by WP_Query.
    can not limit the number of posts, maybe.
    need another way. e.g. limit to date.

    Thanks.

    Thread Starter chriswp06

    (@chriswp06)

    Hello,

    showposts doesn’t work ??

    {
    “orderby”:”date”,
    “showposts”:”2″,
    “order”:”ASC”
    }

    Thanks

    Plugin Author AI.Takeuchi

    (@aitakeuchi)

    Hello,

    your code is working.
    “showposts” is same result when use “posts_per_page”

    way is this?:

    {
    “post_type”: “post”,
    “posts_per_page”: 2,
    “orderby”:”date”,
    “order”:”DESC”,
    “date_query”:[{“after”: “3 month ago”}]
    }

    Thanks.

    Thread Starter chriswp06

    (@chriswp06)

    Hello,

    It’s perfect with new version ??

    Is it possible to hide the pagination, to use only next and prev?

    Thanks.

    Thread Starter chriswp06

    (@chriswp06)

    Sorry i just saw where it is ??

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Limit post number’ is closed to new replies.