https://github.com/ghostffcode/wordpress-api
API Endpoint creator for wordpress posts
https://github.com/ghostffcode/wordpress-api
Last synced: about 1 year ago
JSON representation
API Endpoint creator for wordpress posts
- Host: GitHub
- URL: https://github.com/ghostffcode/wordpress-api
- Owner: ghostffcode
- Created: 2016-07-06T04:10:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-11T03:16:17.000Z (almost 10 years ago)
- Last Synced: 2024-10-18T20:48:34.641Z (over 1 year ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wordpress-api
###API Endpoint maker for wordpress blog

NOTE: This is only for self-hosted wordpress websites
## Usage
* Upload this repository to your wordpress installation root directory.
* visit `http://www.your-website.com/api/`
There is nothing to configure, as this script uses your wordpress configuration file to handle database connections.
## What does it offer?
* Post id
* Post Title
* Post name (slug)
* Post Content/body
* Post date
* Post last modified date
* Categories
* Author
- display name
- user url
- firstname
- lastname
## Found a bug?
Send a pull request.
## Want To Say Thank You
Go ahead and star this repository and share the link with anyone you believe needs this tool.
Much Love,
Chimeremeze Ukah (ghostffcode)