enqis
Forum Replies Created
-
I can’t use radio buttons cause i need to let users to check multiple fields like:
red, green out of red green blue and then via front of our page search for red posts, green posts and red&green posts.I’m trying to combine Types and Ultimate WP Query Search Filter. However i have noticed that wordpress saves checkboxes just like i posted above and it is not about Types.
I need to achive that i could filter like:
Select * from wp_postmeta where meta_value in (‘red’,’green’)
where red,green and blue are custom fields for posts at my page.
I rather need to contact with WPQSF than with you.
Thanks for help.
CheersForum: Fixing WordPress
In reply to: Paged featured images<?php query_posts('cat=8'); $postCount = 0; while (have_posts()) : the_post(); if ($postCount==0) {echo "<div class='wrapper'>";}; echo "<a href='#' class='featured-img'>"; the_post_thumbnail(); echo "</a>"; $postCount++; if ($postCount==8) {echo "</div>"; $postCount=0;}; endwhile; if ($postCount<8 || $postCount>0) {echo "</div>";}; echo $postCount; ?>I have written something like this. It works well however query show only 10 posts and it ends. How to solve this and make query show all posts in category.
Forum: Fixing WordPress
In reply to: Youtube's movies in posts and in category's post list.But it displays pictures for example and text is not a summary on category’s latest posts list.
Forum: Fixing WordPress
In reply to: How to customize 'Home' in navigation menu ??I solved my problem with Artisteer’s support help.
Forum: Fixing WordPress
In reply to: How to customize 'Home' in navigation menu ??I’m using theme made in Artisteer 2.5.0