Giter Site home page Giter Site logo

armandphilippot / wp-graphql-content-stats Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 205 KB

Add some stats to WPGraphQL: total posts, word count and estimated reading time.

License: GNU General Public License v2.0

Shell 0.47% JavaScript 15.44% PHP 84.09%
wordpress-plugin wpgraphql wpgraphql-plugin wordpress

wp-graphql-content-stats's Introduction

WPGraphQL Content Stats

Add some stats to WPGraphQL: total posts, word count and estimated reading time.

Introduction

This WordPress plugin adds some new fields to WPGraphQL:

  • a total field is added to pageInfo: it contains the total of found posts or found users (depending on WP_Query type).
  • an info field is added to ContentNode (used by posts for example): it contains itself two fields:
    • readingTime: an estimated reading time,
    • wordsCount: the number of words in the post content.

The readingTime field offers two formats:

  • minutes: the returned number is a rounded estimate of reading time in minutes.
  • seconds: the returned number is a rounded estimate of reading time in seconds. It allows you to add some extra logic in frontend to display the reading time (displaying minutes and seconds for example).

Requirements

License

This project is open source and available under the GPL2.0-or-later License.

wp-graphql-content-stats's People

Contributors

armandphilippot avatar dependabot[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.