marktcorbin
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Simple Twitter Connect] Login IssueHi – I have a related error on my site (it is a subdirectory installation but not sure if that is relevant)
When loggin into the twitter authorisation panel, it goes to the url http://www.howtoizwe.com/dev/ylb/?oauth_token=(myauthtoken)&oauth_verifier=(myauthverifier) and just stays there?
I’ve double checked that they are the right codes. Any suggestions?
Mark
Forum: Fixing WordPress
In reply to: Categories and tags not showing in custom postThank you! I wasn’t using add_action – I just had `register_post_type(…);
register_taxonomy_for_post_type(…); `
naked in functions.phpForum: Fixing WordPress
In reply to: Categories and tags not showing in custom postHey, had the same issue so was pleased to find this thread, but I’m still not quite getting there…
I’m creating custom post types inside functions.php in my theme- a child theme of twenty-ten
Is it ok to put the register_taxononomy_for_object_type immediately after the register_post_type function?
The post types are registering fine but the tags and categories boxes are still disappointingly absent.
Any help appreciated
Forum: Themes and Templates
In reply to: Pulling up custom menusHadn’t looked hard enough.
In case anyone’s interested, I found the answer here:
http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus
Forum: Plugins
In reply to: hack: writing posts to extra database tablefound.
Forum: Plugins
In reply to: hack: writing posts to extra database tableperhaps initially, just where the wp_insert_post function actually is? haveing trouble finding it…