An open API service indexing awesome lists of open source software.

https://github.com/tembleking/wp-testing-pro


https://github.com/tembleking/wp-testing-pro

Last synced: 5 months ago
JSON representation

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`.