I want to display one blog article less than on the following pages. The following code works but the the paginaton on the first page displays 1, 2, 3,...
I have a custom post type “Artworks” with a custom taxonomy “Artists”. I have a page where I list all the entries from the “Artists” taxonomy (Artist 1, Artist...
Hi I have made an sql query that gets several posts according the parameters that i’ve selected. I’m showing these posts but the inner paging within wordpress doesnt do...
I can’t seem to get this to work — I’m trying to show posts that have the meta ‘featured_image’ value set to anything. From what I can tell, it’s set...
I have a music events site http://www.zarpa.eu. I’m using the Future is Now plugin to help me to schedule the events http://wordpress.org/extend/plugins/the-future-is-now/ I’m trying to group events by dates,...
I have three custom fields set for each of the posts in the events category — year, month, and day. I am already querying for the events category, and...
I have a three custom fields Meta Key → YOUR_PREFIX_newcar_body_type Meta Key → YOUR_PREFIX_newcar_transmission_type Meta Key → YOUR_PREFIX_newcar_variant and I have to sort posts based on these custom fields...
I’m having some trouble with a subject that seems to be pretty basic, so I’m starting to feel (a little, only a little) dumb 🙂 Here’s the thing: I...
I am using someone else’s WP plugin which stores lots of related data in wp_postmeta using an “artificial key”. So effectively we hijack wp_postmeta to create a nested relational...
I have a Custom Post Type of “projects”, that is categorized by a Custom Taxonomy of “industry”, which is heirarchical. Projects & sub-projects are assigned to the industries. For...