wordpress-github-sync
wordpress-github-sync copied to clipboard
#BUGS# The Plugin is not support chinese post_title

I meet this too
try this one:https://github.com/litefeel/writing-on-github
@youngjuning @footmanFF
Open /lib/post.php Modify the line 103
public function name() {
- return $this->post->post_name;
+ return $this->post->post_title;
}
https://github.com/cuilongjin/wordpress-github-sync/releases/tag/2.0.2