arstuavitamea
Forum Replies Created
-
what you mean exatcly?
using Custom Field Taxonomies 2.0.2 plugin and convert do categories or tag?
or
using Query Multiple Taxonomies plugin?
Forum: Your WordPress
In reply to: [Plugin: Register Plus] Variables for custom mailhow you fixed it?
pleaseeee
Forum: Plugins
In reply to: Register Plus custom Image Upload Errori did it with a manual upload via-ftp to wp-content/uploads
ciao!
Forum: Fixing WordPress
In reply to: Web Designer Needs Help of WP Community!wordpress can do it. but don’t let Otto be *blunt*:)
wordpress is very flexible to do all you asked
if you need some help try to make some specific question to the community!
ciao
Forum: Fixing WordPress
In reply to: Query Pages Where Custom Field Existshi from Italy
how can i wp-query posts for a certain category and order by a certain metakey? eg. surname alphabetically?Forum: Fixing WordPress
In reply to: Lists Posts Alphabeticallyi need help to make a query to have post listed Alphabetically by a custom field (eg. Surname)
thiis is the query i use to sort the post normally ORDERBY Surname..
$querystr = " SELECT * FROM $wpdb->posts LEFT JOIN $wpdb->postmeta ON($wpdb->posts.ID = $wpdb->postmeta.post_id) LEFT JOIN $wpdb->term_relationships ON($wpdb->posts.ID = $wpdb->term_relationships.object_id) LEFT JOIN $wpdb->term_taxonomy ON($wpdb->term_relationships.term_taxonomy_id = $wpdb->term_taxonomy.term_taxonomy_id) WHERE $wpdb->term_taxonomy.term_id = 42 AND $wpdb->term_taxonomy.taxonomy = 'category' AND $wpdb->posts.post_status = 'publish' AND $wpdb->postmeta.meta_key = 'surname' ORDER BY $wpdb->postmeta.meta_value ASC "; $pageposts = $wpdb->get_results($querystr, OBJECT);
my dream is to add a line with all letters A-Z where to click and filter by that letter (wp-snap style)
thanks in advance
CODE IS POETRY
SIMPLE CODE IS ARTForum: Alpha/Beta/RC
In reply to: 2.5 image uploadi had no problem with FIREFOX
an author using EXPLORER 7 was having problem with upload
so avinews worked perfect for me especially points, 3 and 4
Forum: Plugins
In reply to: eventcalendar3 – multiple (different) event lists?I think i solved this.
as you know when you install Event Calendar you have to assign a category to yor event (eg. appointment).
Assume that your appointment category id is 19 and your cat id is 20
you can query in this way
https://www.yoursite.com/?cat=18&cat=19you will have in a template category all your post that are EVENTS and CATS .
the events will be future and past
on
https://penguin.firetree.net/pipermail/eventcalendar/2008-March/002995.htmlthere is a developemnt of Event Calendar….Big Calendar but it si stilly too buggy
ciao