Title: FletcherSyntax's Replies | WordPress.org

---

# FletcherSyntax

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Product Slider] Custom Sort](https://wordpress.org/support/topic/custom-sort-1/)
 *  [FletcherSyntax](https://wordpress.org/support/users/fletchersyntax/)
 * (@fletchersyntax)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/custom-sort-1/#post-6667797)
 * I really need this also. Anyone figure this out?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WooCommerce, Yootheme, Variation and no "Add To Cart" button](https://wordpress.org/support/topic/woocommerce-yootheme-variation-and-no-add-to-cart-button/)
 *  Thread Starter [FletcherSyntax](https://wordpress.org/support/users/fletchersyntax/)
 * (@fletchersyntax)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/woocommerce-yootheme-variation-and-no-add-to-cart-button/#post-4721368)
 * Bam!
 * Some dude wrote this and it worked! Case closed!
 *     ```
       add_action('wp_head','add_to_cart_script');
       function add_to_cart_script(){
       if(is_product()){
       wp_enqueue_script('wc-add-to-cart-variation');
       }
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [A specific category for my Default HomePage](https://wordpress.org/support/topic/a-specific-category-for-my-default-homepage/)
 *  Thread Starter [FletcherSyntax](https://wordpress.org/support/users/fletchersyntax/)
 * (@fletchersyntax)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/a-specific-category-for-my-default-homepage/#post-4688791)
 * I don’t think it will work for my situation as I’m using a yootheme with warp.
   My index.php page just calls:
 *     ```
       // get warp
       $warp = Warp::getInstance();
   
       // load main template file, located in /layouts/template.php
       echo $warp['template']->render('template');
       ```
   
 * and after that I’m freakin’ lost.
 * I tried to add it to my “Single Post” page but it didn’t do anything for me so
   I’m assuming that’s not the place to add it.
 * Beyond that I’m stumped.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google Drive for Wordpress] Could be good but is useless](https://wordpress.org/support/topic/could-be-good-but-is-useless/)
 *  [FletcherSyntax](https://wordpress.org/support/users/fletchersyntax/)
 * (@fletchersyntax)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/could-be-good-but-is-useless/#post-3255959)
 * That’s awesome you are fixing it.. Any clue on a release date?

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