toastyghost
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Thanks for the timely responses. I’ll be keeping an eye out for your releases. This is a great plugin!
No I’m not. Our site is for a regional event, so no need to localize for different languages.
I do have the latest of both. Here’s the query:
query_posts(array( 'paged' => get_query_var('paged'), 'posts_per_page' => 5, 'post_type' => 'executive-searches', 'orderby' => 'date', 'order' => 'DESC', 'meta_query' => array( array( 'key' => 'wpcf-display', 'value' => 1, 'compare' => '=' ), array( 'key' => 'wpcf-filled', 'value' => array(0,'',false,null), 'compare' => 'in' ) ) ));edit: sorry for backtick noob
Forum: Plugins
In reply to: [Intuitive Custom Post Order] Only works with one custom post typeHaving the same problem here. I’ve got a launch tomorrow and need to reorder some posts! Please help!
Forum: Plugins
In reply to: Convention Schedule plug-in?Did you have any luck with this? I’ve worked on similar systems in the past but none of the event plugins I’ve seen seems to be tailored to detailed room schedules for one-off or annual events.
Forum: Fixing WordPress
In reply to: Change wordpress default calendar and archives widget languagethis is the top result on google for “wordpress default calendar”… gotta love skimmers
Viewing 6 replies - 1 through 6 (of 6 total)