Title: Content cannot view
Last modified: March 21, 2017

---

# Content cannot view

 *  [hariz92](https://wordpress.org/support/users/hariz92/)
 * (@hariz92)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/content-cannot-view/)
 * Hi I using the rest api to implement my wordpress website on mobile apps. But
   some of the content cannot be view because it is protected by other plugin.
    
   tmp.innerHTML = response.data.content.rendered; The content cannot be view. How
   can I solve this?
 * $http.get(wordpress_url+’/wp-json/wp/v2/posts/’+$scope.posts)
    .then(function(
   response){ $scope.loadDetail = true; var tmp = document.createElement(‘div’);
   tmp.innerHTML = response.data.content.rendered; var a = tmp.querySelectorAll(‘
   a’); for(var i=0; i<a.length; i++){ var attributes = “openLink(‘”+a[i].getAttribute(‘
   href’)+”‘)”; a[i].setAttribute(“ng-click”, attributes); a[i].setAttribute(“href”,“
   javascipt:void(0)”); }

The topic ‘Content cannot view’ is closed to new replies.

 * ![](https://ps.w.org/rest-api/assets/icon-256x256.png?rev=1346297)
 * [WordPress REST API (Version 2)](https://wordpress.org/plugins/rest-api/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rest-api/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rest-api/)
 * [Active Topics](https://wordpress.org/support/plugin/rest-api/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rest-api/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rest-api/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [hariz92](https://wordpress.org/support/users/hariz92/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/content-cannot-view/)
 * Status: not resolved