dleeward
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Exact match search with REST APIThanks for checking.
Forum: Plugins
In reply to: [REST API Enabler] Wp job manager FieldI’m having the same issue.
This unnecessarily complicates the data model by having some fields output as objects and some as single value arrays.
Forum: Plugins
In reply to: [WP REST API (WP API)] End point for custom post type in v2Does show_in_rest work for v1 or v2 or both?
Forum: Reviews
In reply to: [HookPress] Update: Well doneHave you tried the WP REST API or the API included with Jetpack to post custom field data?
Forum: Plugins
In reply to: [WP REST API (WP API)] Error on activation v1.2.0I changed the type of permlink and that fixed it.
Forum: Plugins
In reply to: [Disable Users] Sending out emailsThat’s the functionality I’m looking for also.
Forum: Plugins
In reply to: [WP REST API (WP API)] Plugin vs the WordPress REST APIThis plugin is actively being updated at https://github.com/WP-API/WP-API in anticipation of going into core. Unfortunately the docs for this plugin have some errors in them and the contributors are putting their efforts to the new version and don’t seem to be monitoring this support forum.
Forum: Plugins
In reply to: [WP REST API (WP API)] Array and Object Syntax for HTTP PostI found it here:
That should have said “Support contact”.
Forum: Plugins
In reply to: [WP REST API (WP API)] Can't get Basic Auth to work with WP APIHave you tried removing the trailing slash of the URL?
Forum: Plugins
In reply to: [WP REST API (WP API)] Setup OAuth 1.0I’m trying to get this running as well, but am on a hosted site (WPEngine) and don’t have access to SSH. Is there another OAuth plugin that will work with WP-API?
I received this answer to my question from Andrew at WordPress.com support:
An example using HTTP array:
title=Test&tags[]=onetag&tags[]=twotag… a new post will be created with two tags: “onetag” and “twotag”. Note that this is supported for the post creation endpoint as a convenience, and other endpoints may only accept the array syntax. Be sure to refer to the documentation for the specific endpoint to be sure.
Hope it helps someone else as well.
I understand that, but I’m not a developer and don’t know the format the array needs to be in. Can you give me an example?
Has this issue been resolved? Seems like it wouldn’t be very functional if none of the recurring events are part of the feed.
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Replacement for WP Page WidgetI’m using Custom Sidebars instead, but I miss being able to add the widget right from the post page.
I’m also using Display Widgets and like that.
Being able to use your plugin right from the post page would be really nice for inexperienced users.