Forums
(@ryanajarrett)
10 years, 4 months ago
Try this solution:
https://thereforei.am/2011/10/28/advanced-taxonomy-queries-with-pretty-urls/
11 years, 7 months ago
Sorry Jon (got wrong name from tweet!)
Have you tried using WP_Query?
Ryan
Robbie,
On your second code block, shouldn’t the 2nd line be:
<?php query_posts( 'post_type' => array( 'lathes', 'barfeeds', 'accessories' ),'cat' => $categorynumber); ?>
Haven’t tried it, but should work.
12 years ago
Bit of a cludge, but couldn’t you add an action in the child functions.php to dequeue the style with a lower priority than the original action? E.g.
function unload_fonts() { wp_dequeue_style( 'googleFonts'); } add_action('wp_print_styles', 'unload_fonts', 11);
This is untested btw
13 years, 1 month ago
I’m sorry to hear you’re having problems. If you could paste your error message in your reply I’ll see if I can help further
13 years, 2 months ago
Hi Reece,
Does the error give any more information?
Also, what version of WP are you using?
Thanks,