rayhooker
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress REST API (Version 2)] WP 4.4 and Beta 8 Gets 404Beta9 fixed the problem. I did a test with a GoDaddy instance I have that has a pretty vanilla WordPress. I reactivated it from a static site, upgraded to 4.4, then installed and activated rest API. I noticed that it was now beta9.. and worked. I upgraded my local dev site to beta v9 and it all works!!!
Forum: Plugins
In reply to: [WordPress REST API (Version 2)] WP 4.4 and Beta 8 Gets 404Daniel, Thanks for the clarification. I disabled it and the message is:
{
code: “rest_no_route”,
message: “No route was found matching the URL and request method”,
data: {
status: 404
}
}So something is not working correctly. Of course I would like to know what is the link when I reenable pretty permalinks as well, but why am I getting the above error message? I have at least one regular post and several custom post types.. though I need to reenable my plugin to see them.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Template Followup Question – 1.8.3I found the answer. My concern was the index listing. So that uses index.php template. Perhaps I could subtype it by post type (i.e., podcast). The point was to put a subscribe link. For now we are not doing much blogging but I need to subtype to not change all listings of posts.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Feed Not Complete – 1.8.3Thanks I found it and implemented it.