Kasper Isager
Forum Replies Created
-
I definitely second this too. I have all my open source releases available for download on my site and while having both a free download option as well as a “Buy me a coffee” option with a defined price, having users define their own price if they’d like to donate would be awesome. By the way, this is by far the best WordPress plugin I’ve ever used – kudos!
The duplicates disappeared after I asked my host to remove Suhosin and PHP Safe Mode so the problem’s no more. Dunno how any of those could cause it though ??
Strange… It is some kind of server-side bug, but I don’t know where it is. I moved a copy of the website to a new host and everything seems to be ok. Any ideas?
This is not going well… Sorry for spamming ?? The link is https://www.morsoeteater.dk/kalender/#action=ai1ec_month&ai1ec_month_offset=6. This time, i remembered to close my
<a>
tag even ??Forgot to close my tag, sorry!
Forum: Fixing WordPress
In reply to: Set category to a custom post type automaticallyWorks like a charm now! Thanks a bunch.
Do you perhaps know of a way to hide the “Characters” category (In the “Select category” metabox when creating normal posts) from all users as well as hide it the “Categories” menu item in the CPT?Forum: Fixing WordPress
In reply to: Set category to a custom post type automaticallyHmmm… I’m still having trouble with this. I have a CTP called “Characters” and I’ve registered it manually with no taxonomies. When I search my site for “Characters” though, they show up as having no category (nothing strange here). What I would like to though is to assign a category to them (Also called “Characters”) so they don’t show up in my search result as “Posten on (date) in” but instead with the category “Posten on (date) in Characters”. I can’t get these snippets you’ve all posted to work though… I’ve added
function add_characters_category_automatically($post_ID) { global $wpdb; if(!has_term('','category',$post_ID)){ $cat = array(6); wp_set_object_terms($post_ID, $cat, 'category'); } } add_action('publish_characters', 'add_characters_category_automatically');
to my functions.php right after the part where I register the CPT. It doesn’t assign category “6”, which is “Characters” to my CPT posts -.-
Link to my site: https://pigeons.ungdomsrod.dk
Forum: Plugins
In reply to: [Fluency Admin] [Plugin: Fluency Admin] Translation file placementSorry, it was a problem with Codestyling Localization. It works now!
Forum: Plugins
In reply to: [WP Event Ticketing] [Plugin: WP Event Ticketing] Multiple events – When?Thanks for the reply! I’ll definitely buy the premium version then ??
A temporary solution is to disable the “Edit one paragraph at a time” option.