chiplay
Forum Replies Created
-
Forum: Plugins
In reply to: JSON API Fork (Advanced Custom Fields, caching, more)You might try a custom method that deletes all ‘_json_api’ transients when a new post is published – see http://wordpress.stackexchange.com/questions/144411/how-to-delete-a-transient-on-post-page-publish. Then you could set the expired value really high and you should be set. Hope that helps!
Forum: Plugins
In reply to: JSON API Fork (Advanced Custom Fields, caching, more)As a follow up – I just installed Transient Cleaner which seems to take care of the expired transient rows. The caching seems to be working correctly.
Forum: Plugins
In reply to: JSON API Fork (Advanced Custom Fields, caching, more)I used this patch for transient caching – although it seems to leave rows in the db and probably needs some more work: http://wordpress.org/support/topic/patch-adding-caching-benchmarking-and-setting-change-notices
Forum: Plugins
In reply to: [JSON API] Compatible with WP 3.9.2?We haven’t had any issues with 3.9.2.
Forum: Plugins
In reply to: [JSON API] Replying to commentTry changing line 52 of models/comment.php to
_POST['comment_parent'] = $_REQUEST['parent'];Forum: Plugins
In reply to: [NetBlog] NetBlog overwrites post contentTry moving the Reference Maker meta box back to the sidebar of the publish post page. I had the same issue and this worked for me.