oukan / wordpress-restful-ionic

Wordpress-restful-ionic is Wordpress use WP-REST-API to be a RESTful service,through Ionic to make a APP。
10 stars 10 forks source link

Featured image #1

Closed ugurcandede closed 9 years ago

ugurcandede commented 9 years ago

@oukan Please add featured images on single post.

For example: single post

ugurcandede commented 9 years ago

This image Reactor API was used. I don't know how to add featured images with wp-json api . Please say how to add.

oukan commented 9 years ago
  1. In Wordpress admin, when you are add a post, you must set a featured image.
  2. just like http://www.oukan.net/wp-json/posts/1546 , you can find [ "source": "http://www.oukan.net/wp-content/uploads/2014/06/key.jpg", ], this is the featured image web address.
  3. add this featured image web address in you code.
oukan commented 9 years ago

you can see https://github.com/oukan/wordpress-restful-ionic/commit/044689ad5e1b2283cf33b440c1c41d7c568c4d8c

ugurcandede commented 9 years ago

Thank @oukan. I add the code you're given.It works great. But there will be one more question.

this code does not work when I add a single post. How can I fix this?

ugurcandede commented 9 years ago

Another question I give HTML Character Code Error

For example; "Sony Xperia Sahipleri Android Myi Kullanabilir" instead "Sony Xperia Sahipleri Android M&#8217yi Kullanabilir"

Example link: http://www.teknotik.org/haberler/sony-xperia-sahipleri-android-myi-kullanabilir.html

oukan commented 9 years ago

in Ionic app 'index.html' charset must set be <meta charset="utf-8">

ugurcandede commented 9 years ago

Already set to UTF-8.