| bio | website | wickedbroccoli.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 4 months |
| seen | Mar 26 at 10:52 | |
| stats | profile views | 2 |
|
Mar 8 |
accepted | Does the 'nav_menu_css_class' filter accept 2 or 3 arguments? |
|
Mar 8 |
asked | Does the 'nav_menu_css_class' filter accept 2 or 3 arguments? |
|
Feb 17 |
comment |
How to query a custom post type with a taxonomy filter but display post type archive page? I appreciate the answer Chris but I ended up hooking 'loop-shop-posts-in' in the Jigo query and using get_posts to get the ID's of every product with my tax query. Jigo then uses these ID's with 'post__in' for their main query which produces exactly what I want. It's an extra database call but it's a lot cleaner. |
|
Feb 17 |
accepted | How to query a custom post type with a taxonomy filter but display post type archive page? |
|
Feb 17 |
revised |
How to query a custom post type with a taxonomy filter but display post type archive page? added 1 characters in body |
|
Feb 17 |
asked | How to query a custom post type with a taxonomy filter but display post type archive page? |
|
Jan 24 |
awarded | Scholar |
|
Jan 24 |
awarded | Supporter |
|
Jan 24 |
comment |
prepare() not working Ah, ok. Thank you. |
|
Jan 24 |
accepted | prepare() not working |
|
Jan 24 |
comment |
prepare() not working var_dump output - string(133) " SELECT option_name FROM 'wp_options' WHERE option_name LIKE '_transient_wb_tt_%' " Array ( ) |
|
Jan 24 |
comment |
prepare() not working I just spotted this and tried it before but it is now spitting out - WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''wp_options' WHERE option_name LIKE '_transient_wb_tt_%'' at line 2] SELECT option_name FROM 'wp_options' WHERE option_name LIKE '_transient_wb_tt_%' |
|
Jan 24 |
awarded | Editor |
|
Jan 24 |
revised |
prepare() not working edited title |
|
Jan 24 |
comment |
prepare() not working I was thinking as good practice to prepare everything but after looking over the examples maybe it's just silly? |
|
Jan 24 |
awarded | Student |
|
Jan 24 |
asked | prepare() not working |