Where should i place your code? I tried the class em-event.php, but that didn’t help.
Are any additional changes to event-editor.php needed?
hi, yes i tried this already, but as soon as i change the original line:
“<textarea name=”content” rows=”10″ …..”
into
“<textarea name=”excerpt” rows=”10″ …..”
the text is not saved, either as post_content or as post_excerpt. Theres no id assigned to the textarea. Adding id=”excerpt” doesn’t help either.
My problem is in the first place: i made my theme show normal posts and events together by adding the events posttype to the functions.php.
But the event-posts on the homepage contain a mixture of unnecessary map information and the post_content. When the event has an excerpt, it shows correctly on the homepage.
thanks,
N