Ryan McCue
Forum Replies Created
-
Forum: Plugins
In reply to: [WP REST API (WP API)] And Now a QuestionThis may be related to issue #10, can you confirm it’s fixed in 0.7?
Forum: Plugins
In reply to: [WP REST API (WP API)] Missing SyntaxWhere are you getting this error from?
Forum: Plugins
In reply to: [WP REST API (WP API)] Somes requests : authentificationAuthentication is already enabled in Basic form; that is
http://user:password@example.com/More advanced authentication (OAuth, for example) can be provided by plugins through the
json_check_authenticationfilter.Forum: Plugins
In reply to: [WP REST API (WP API)] Passing filtersApologies for not getting back to you sooner!
$filterscan be passed in as GET parameters:?filters[x]=yForum: Plugins
In reply to: [WP REST API (WP API)] "You'll need working PATH_INFO on your server"This plugin itself does not require
PATH_INFO, but does require pretty permalinks to be set up. It is expected that the final version will use a hybrid approach withPATH_INFOif available, or permalinks if enabled.Forum: Fixing WordPress
In reply to: Dashboard CSS not loading in FirefoxIt means, I think the URL is being escaped by the HTML entities parser. Whether it should or not, I don’t know. π
Forum: Fixing WordPress
In reply to: Can’t login after 2.6 upgradeNever mind, I was setting the cookie path in wp-config.php to /. Removing those lines fixed it.
Forum: Themes and Templates
In reply to: Overriding parent theme’s filesFixed, thanks to Viper007Bond on #wordpress
Forum: Themes and Templates
In reply to: Overriding parent theme’s filesAs you can see on The codex, adding a Template section to the comment header loads all the files except the style.css from the parent theme (which is specified by the Template section).
I’m wondering if I can override the parent theme’s functions.php from my theme (I’m willing to contribute a core patch if needed).
HandySolo, you’re my hero too π
I was using Front Page Filter and getting the same problems.
Thanks.Oh, and I’ll remember next time I upgrade to disable all my plugins π
Forum: Fixing WordPress
In reply to: Posts disappearingDoes anyone have any idea? I need to get my site up and running ASAP.
Forum: Themes and Templates
In reply to: Author name in header?Actually, is there a way to hack into the loop and get the_author()?
*cough* Bump *cough*Forum: Themes and Templates
In reply to: Author name in header?Any ideas at all other than the_author() ?
Or is the Codex wrong?Forum: Themes and Templates
In reply to: Author name in header?It says:
The author of a post can be displayed by using this Template Tag. This tag must be used within The Loop.
Any ideas? If I have to, I can hack the files.
Forum: Themes and Templates
In reply to: Author name in header?Help!!!!