SDM36 on "Permalink problems!"
hmmmm le sigh, I've managed it in the past, without any such issues! Having had a quick look through the two docs you mentioned I couldn't see any obvious information relating to forms? I did however...
View ArticleAmaury Balmer on "[Plugin: Simple Tags] add_meta_box suggestedtags"
Fixed on latest version 2.3
View Articlemagicroundabout on "Custom post type called 'action' messes up dashboard post...
OK, I'm not sure what to call this: a bug possibly? Wondering if someone can help verify the behaviour and let me know if I'm just being stupid or if this needs something in either core, or possibly...
View Articleesmi on "Custom post type called 'action' messes up dashboard post search and...
That sounds like an issue with your theme rather than a WordPress core one. Put it this way - you're the only one having this problem yet lots of people use CPTs.
View Articlemagicroundabout on "Custom post type called 'action' messes up dashboard post...
I'm not necessarily saying it's a problem with core. It might just be that the documentation needs updating. It may well be that it's my "issue with my theme" for naming my post type "action", but I'm...
View Articleesmi on "Custom post type called 'action' messes up dashboard post search and...
It may well be that it's my "issue with my theme" for naming my post type "action", but I'm not aware of anywhere that tells me that calling a post type "action" is a bad thing to do. That could well...
View Articlemagicroundabout on "Custom post type called 'action' messes up dashboard post...
Well, yes. I'm going to change my code to do that. But my point is that if "action" isn't listed in the codex as an identifier that you shouldn't use (and, as far as I can tell, it's not) then I should...
View Articleesmi on "Custom post type called 'action' messes up dashboard post search and...
my point is that if "action" isn't listed in the codex as an identifier that you shouldn't use Neither is it mentioned that you shouldn't prefix your functions with wp_. Or that you shouldn't use post,...
View Articlemagicroundabout on "Custom post type called 'action' messes up dashboard post...
Neither is it mentioned...that you shouldn't use post, page or attachment as names for your CPTs. Well, I'm gonna have to disagree with that statement:...
View Articleesmi on "Custom post type called 'action' messes up dashboard post search and...
If you have found that action is a reserved word, then please feel free to update the Codex page yourself. The Codex is a community project. Everyone is a potential editor.
View Articlemagicroundabout on "Custom post type called 'action' messes up dashboard post...
Ah yes. I was already logged in to forums and didn't realise I had to log in again to edit the codex. I was looking for an edit button that wasn't there. Done! Thanks for your help esmi! Ross
View Articlerfgoetz on "[Plugin: WP-TopBar] Top bar disappearing"
Closed due to no response in over a week.
View ArticleJPeroutek on "Sending email on profile update by admin."
I am writing a custom plugin for my scout troop, and in the plugin I added ~10 roles for misc. positions in the troop. What I want to do is every time the admin promotes someone to a new role, the user...
View Articlessoulless on "How to make custom the options.php correctly"
Hi guys, im building a plugin, i have an administration page of this plugin in the settings of my wordpress, in that page i have a form like this <form name="frm1" action="options.php"...
View Articlebcworkz on "How to make custom the options.php correctly"
Use the functions for Administration Menus to add your admin page. Then use the Settings API to organize your page with sections and input fields. Doing it this way allows the API to semi-automatically...
View Articlebcworkz on "How to make custom the options.php correctly"
Ugh, I had a bad evening remembering how the Settings API actually works, and disseminated some bad details, though the main point of using the API is correct. My corrections in the third post here:...
View ArticleIulyy on "[Plugin: Simple Tags] add_meta_box suggestedtags"
I updated the plugin and also update my code replacing boxSuggestTags with admin_menu but only shows the table of Simple tags without the content (Suggested tags).
View Articlejadu_krishna on "No documentation on Action: Request"
I am updating an old, unsupported plugin that manages my download files and their download database. It's main functionality stems from an action hook called "request." The add_action call follows:...
View Articleelpix on "[Plugin: Events Manager] Add action after displaying event"
Hi, I would like to add an action (to display statistics of the event) just after displaying the event (on front office). Where to I have to put my "do_action" ? I don't find the file where I have to...
View Article