wordpress-github-sync icon indicating copy to clipboard operation
wordpress-github-sync copied to clipboard

#BUGS# The Plugin is not support chinese post_title

Open youngjuning opened this issue 7 years ago • 3 comments

2018-01-28_133201

youngjuning avatar Jan 28 '18 05:01 youngjuning

I meet this too

footmanFF avatar Jan 31 '18 11:01 footmanFF

try this one:https://github.com/litefeel/writing-on-github

devbanpie avatar Apr 02 '18 00:04 devbanpie

@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

wqdygkd avatar Mar 19 '20 02:03 wqdygkd