mymoog
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: TwentyTen Theme printing to browser befoe get_header is called Fixk, trac ticket raised
Forum: Fixing WordPress
In reply to: wordpress and setcookie()i’ve just tried this on a completely fresh wp install, with no other plugins installed and even added an extra bit to the setcookie() which apparently works, but does nothing for me.
setcookie("testcookie", "cookievalue", $Month, COOKIEPATH, COOKIE_DOMAIN,false,true);
Does anyone have any ideas?Forum: Requests and Feedback
In reply to: Please move the edit_category_form hookHi,
edit_category_form_fields is only used in the edit-category-form.php file.
The form that adds a category on the main categories page does not make any reference to edit_category_form_fields and just like the edit-category-form file, the edit_category_form action is after the submit button
Is there any reason why there could not be an add_category_form_fields action added in the future? Or at least just call the edit_category_form_fields in categories.php.
Would be nice anyway
Forum: Fixing WordPress
In reply to: add to a category from single pagehi, thanks for the suggestion, i was hoping their would be a way to do this without going in to wp admin.
I just want one single link that will add/remove the post to a specific cat.
Any other ideas?
thanks