go-wordpress
go-wordpress copied to clipboard
Golang client library for WP-API (Wordpress REST API)
Results
2
go-wordpress issues
Sort by
recently updated
recently updated
newest added
Hi, i think in wordpress are Tags normaly "strings" why i should put a slice of ints to the tags when i create a post? Tags []int `json:"tags,omitempty"` How does...
Hello. Can you add an example for creating a post with login and password?