Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

moveyourdigital/wp-graphql-next-previous-post

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPGraphql Next-Previous Post

When using wp-graphql, you can use this package to bring the next and previous articles in the post.

Installation

cd wp-content/plugins

git clone --branch master https://github.com/m-inan/wp-graphql-next-previous-post.git

Usage

query Post {
    post(id: 1, idType: DATABASE_ID) {
        title
        next {
            title
        }
        previous {
            title
        }
    }
}

Dependencies

No Dependencies.

Reporting Issues

If believe you've found an issue, please report it along with any relevant details to reproduce it.

Asking for help

Please do not use the issue tracker for personal support requests. Instead, use StackOverflow.

Contributions

Yes please! Feature requests / pull requests are welcome.

About

WPGraphQL Next Previous Post Extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%