Title: Spark Development's Replies | WordPress.org

---

# Spark Development

  [  ](https://wordpress.org/support/users/ryanajarrett/)

 *   [Profile](https://wordpress.org/support/users/ryanajarrett/)
 *   [Topics Started](https://wordpress.org/support/users/ryanajarrett/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ryanajarrett/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ryanajarrett/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ryanajarrett/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ryanajarrett/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ryanajarrett/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Cross Referencing Two Taxonomies](https://wordpress.org/support/topic/cross-referencing-two-taxonomies-1/)
 *  [Spark Development](https://wordpress.org/support/users/ryanajarrett/)
 * (@ryanajarrett)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/cross-referencing-two-taxonomies-1/#post-5086330)
 * Try this solution:
 * [http://thereforei.am/2011/10/28/advanced-taxonomy-queries-with-pretty-urls/](http://thereforei.am/2011/10/28/advanced-taxonomy-queries-with-pretty-urls/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Multiple CPT in a single Loop](https://wordpress.org/support/topic/multiple-cpt-in-a-single-loop/)
 *  [Spark Development](https://wordpress.org/support/users/ryanajarrett/)
 * (@ryanajarrett)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/multiple-cpt-in-a-single-loop/#post-3636513)
 * Sorry Jon (got wrong name from tweet!)
 * Have you tried using WP_Query?
 * Ryan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Multiple CPT in a single Loop](https://wordpress.org/support/topic/multiple-cpt-in-a-single-loop/)
 *  [Spark Development](https://wordpress.org/support/users/ryanajarrett/)
 * (@ryanajarrett)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/multiple-cpt-in-a-single-loop/#post-3636509)
 * 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.
 * Ryan
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [how to remove an action via functions.php in a child theme?](https://wordpress.org/support/topic/how-to-remove-an-action-via-functionsphp-in-a-child-theme/)
 *  [Spark Development](https://wordpress.org/support/users/ryanajarrett/)
 * (@ryanajarrett)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/how-to-remove-an-action-via-functionsphp-in-a-child-theme/#post-3160572)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Dates] [Plugin: Advanced Dates] Error: plugin header](https://wordpress.org/support/topic/plugin-advanced-dates-error-plugin-header/)
 *  Plugin Contributor [Spark Development](https://wordpress.org/support/users/ryanajarrett/)
 * (@ryanajarrett)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-advanced-dates-error-plugin-header/#post-2351375)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Dates] [Plugin: Advanced Dates] Not able to install](https://wordpress.org/support/topic/plugin-advanced-dates-not-able-to-install/)
 *  Plugin Contributor [Spark Development](https://wordpress.org/support/users/ryanajarrett/)
 * (@ryanajarrett)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-advanced-dates-not-able-to-install/#post-2290522)
 * Hi Reece,
 * Does the error give any more information?
 * Also, what version of WP are you using?
 * Thanks,
 * Ryan

Viewing 6 replies - 1 through 6 (of 6 total)