Tagged Questions
0
votes
0answers
25 views
Is there a way to force Featured image to show as attachement?
When adding an image as a featured image to a post - if the image is an existing image in the Media Library, then the image is not added as a true attachment but as a thumbnail, shown like this in ...
-3
votes
0answers
29 views
JSON API custom fields not showing full content
I have custom edited JSON API plugin and it looks like that
http://domain.com/api/posts/getByCatId/?dev=1&cat_id=7
and I get only 5 items but I have much more in database.
I try
Open file ...
0
votes
1answer
57 views
JSON API not showing full content
I am trying to create a Windows Store App using IdeaPress (https://github.com/ideanotion/ideapress/issues), which relies on the JSON API Plugin ...
0
votes
0answers
16 views
Worpress json api plugin - calling from jQuery [duplicate]
I am using JSON API Plugin for wordpress. It generates a json file from my wordpress content at http://grmmph.com/?json=1.
It seems to work fine if from the link above, however when I am trying to ...
0
votes
1answer
47 views
uneven behaviour create a post in using json api with white spaces
$url = "http://192.168.201.214/wordpress/?json=posts/create_post&dev=1&nonce=".$_POST["nonace"].
...
1
vote
2answers
227 views
How to get all events from 'All in one Events calender' plugin in JSON format?
I am using All in one Events Calendar plugin to add the events. It works fine in CMS. I would like to display the events data in mobile version. for this i used JSON-API for obtaining web-services in ...
1
vote
0answers
295 views
How to parse date format using JSON API plugin 1.0.7? [closed]
I'm using the JSON API plugin to display my blog posts on my mobile website. I've got everything working as I'd like, however the the date displays in this format:
2012-03-21 20:03:30
However, ...
0
votes
1answer
128 views
Fetching ten ten records from JSON API in word press
I am using JSON API for getting web services.. I have 80 records in my wp_posts table .
I need to display 10 , 10 records so that my mobile app will be faster.
I used the following method in this
...
1
vote
2answers
229 views
wordpress JSONAPI introspector always limits number at 10?
I'm a little new to Wordpress and the JSON API so forgive me if this is a newbie question but i'm trying to get all of the posts of a few different custom post types and return them as JSON via my own ...
1
vote
1answer
235 views
How to handle shortcodes when using the JSON API
I'm wrangling a little logic problem:
I'm making a single page WP theme which uses the JSON API for the content and Mustache style templates for the presentation... However, shortcodes? What would be ...
10
votes
2answers
617 views
How to cache json with wp-super cache
In a new project we are using wp-super-cache (the client's preferred plugin) to create the static html files for custom content types. But we are trying to figure out if everything is being cached ...

