Retrieve only excerpt for posts feed through WP-REST API
-
Hi there,
right now i am fetching posts for my app over the following
var dataURL = $scope.wordpressUrl + "/wp-json/posts?_jsonp=JSON_CALLBACK&page=" + $scope.paging.page;
Is there a filter option to get only the excerpt here?
thanks in advance
- The topic ‘Retrieve only excerpt for posts feed through WP-REST API’ is closed to new replies.