Spark Development
Forum Replies Created
-
Forum: Hacks
In reply to: Cross Referencing Two TaxonomiesTry this solution:
http://thereforei.am/2011/10/28/advanced-taxonomy-queries-with-pretty-urls/
Forum: Plugins
In reply to: Multiple CPT in a single LoopSorry Jon (got wrong name from tweet!)
Have you tried using WP_Query?
Ryan
Forum: Plugins
In reply to: Multiple CPT in a single LoopRobbie,
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.
Ryan
Forum: Themes and Templates
In reply to: how to remove an action via functions.php in a child theme?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
Forum: Plugins
In reply to: [Advanced Dates] [Plugin: Advanced Dates] Error: plugin headerI’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
Forum: Plugins
In reply to: [Advanced Dates] [Plugin: Advanced Dates] Not able to installHi Reece,
Does the error give any more information?
Also, what version of WP are you using?
Thanks,
Ryan