ivandoric / Theming-with-WP-REST-API

This is a repository for "Theming with WP REST API" tutorial series
http://watch-learn.com/series/theming-with-wp-rest-api/
75 stars 22 forks source link

Display of only pictures in grid #2

Open nnamdei opened 6 years ago

nnamdei commented 6 years ago

Great work using vue and wordpress. I would like to design a system that will only display only photos directly from wp-content folder without being a featured image.

ivandoric commented 6 years ago

Hmmm, to use the API, images should be connected to posts somehow. Either by featured images or galleries. Or maybe you can get to them through media end point. But I'm not sure about that, never tried it. try using this end point: http://v2.wp-api.org/reference/media/

nnamdei commented 6 years ago

I implemented the steps in part 2 of the series and it is not displaying the message in the vue app as well as the posts generated by fakerpress. Any reason for the blank page.

ivandoric commented 6 years ago

Who knows, I can't see your code. Also what version of Vue are you using?