BPweba
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Display discount on product pageHi
Im also looking for this solution. I copied the code, but nothing changed on product page. Is it possible I’m missing something?Best
Forum: Plugins
In reply to: [WP-PostRatings] [Plugin: WP-PostRatings] How to display 'top post' listsThank you very much 😉
Forum: Fixing WordPress
In reply to: Sql statements in (search)AFter all i used 🙂
SELECT DISTINCT p.* FROM $wpdb->posts p, $wpdb->postmeta m, $wpdb->posts p1, $wpdb->postmeta m1, $wpdb->posts p2, $wpdb->postmeta m2 WHERE p.post_type = 'post' AND p.ID = m.post_id AND m.meta_key = 'x1' AND m.meta_value = 'x2' AND m1.meta_key = 'y1' AND m1.meta_value = 'y2' AND m2.meta_key = 'c1' AND m2.meta_value = 'c2' AND (p.post_content LIKE '%$search%' OR p.post_title LIKE '%$search%') ORDER BY p.post_date DESCForum: Plugins
In reply to: [WP-PostRatings] [Plugin: WP-PostRatings] Locked ratings in loop widgetI found solution here it saved me some time 🙂
Forum: Fixing WordPress
In reply to: Display author gravatar in loopI really dont get it. It show the defualt image but not the requested one (by email or id) 🙁
Forum: Plugins
In reply to: [WP-PostRatings] [Plugin: WP-PostRatings] How to display 'top post' listshellow
I have the same question as a148, how to fetch post img with ratings :$
Viewing 6 replies - 1 through 6 (of 6 total)