Okay, I’ve been working on this all day and can’t find the solution anywhere. I’ve created a custom field within the image upload screen (info first found here). The...
Is it possible to resize my image uploads to different settings, depending on what custom field I’m on? I’m using wpalchemy, and have an image uploader for a heap...
Quite a pesky problem here. I’ve taken over a site that contains multiple information, serialised, within a custom field. For example: if ($new_query->have_posts()) : while ($new_query->have_posts()) : $new_query->the_post(); $ids...
The code you see below only works sometimes. I’m no pro on PHP so can anyone help me improve this code? I use it in my functions-php file in...
I’m working on a music festival website and up until now have used WordTour. I really like WordTour’s artists > events > venues content hierarchy, but am having difficulties...
For some code refinement and to add new features to my plugin, I want to display posts ordered by specific meta column value like this; query_posts($query_string . '&meta_key=views&orderby=meta_value&order=DESC'); Can...
I’ve built a simple game which is housed on my homepage. I’d like to create a leader board (a small results table) which displays the top three 3 scores....
I’m using the class My Metabox class *-- Custom Post Init Begin --*/ function mypost_types(){ register_post_type('video', array( $labels = array( 'name' => __( 'video' ), singular_name' => __( 'video'),...
I have a calendar plugin that uses custom posts types to create events. There are several custom fields that allow me to create various and seemingly unlimited post queries....
I had success putting the code below to include enctype (for images) in custom post type forms, but I’m not able to use it in categories form… is this...