https://github.com/tembleking/wp-testing-pro
https://github.com/tembleking/wp-testing-pro
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tembleking/wp-testing-pro
- Owner: tembleking
- Created: 2018-10-02T09:35:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-12T21:22:32.000Z (over 7 years ago)
- Last Synced: 2025-04-04T06:43:40.694Z (over 1 year ago)
- Size: 1.09 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordpress Sync Test
## Create a Blog post in Git
To add a new blog post to Wordpress from GitHub create a new document in the `_posts` folder with all the contents.
You only need to add these lines in the top of your document:
```
---
post_title:
layout: post
published: true
---
```
If you want it to be a draft, just define `published: false`.