Skip to content
View patrickritskes's full-sized avatar

Block or report patrickritskes

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Wordpress WooCommerce Product Catego... Wordpress WooCommerce Product Category panel accordion collapse
    1
    <div class="panel-group">
    2
    
                  
    3
                                    <?php
    4
                                    $taxonomy = 'product_cat';
    5
                                    $orderby = 'name';
  2. Wordpress WooCommerce product catego... Wordpress WooCommerce product category simple list
    1
    <?php
    2
    
                  
    3
      $taxonomy     = 'product_cat';
    4
      $orderby      = 'name';  
    5
      $show_count   = 0;      // 1 for yes, 0 for no
  3. Wordpress Template String Translation Wordpress Template String Translation
    1
    <?php _e('Text to translate', 'text-domain'); ?>
  4. Wordpress WooCommerce Simple product... Wordpress WooCommerce Simple product category loop
    1
    <?php
    2
    $parentid = get_queried_object_id();
    3
             
    4
    $args = array(
    5
        'parent' => $parentid
  5. Wordpress WooCommerce Add Product li... Wordpress WooCommerce Add Product list or grid toggle
    1
    // Grid / List toggle
    2
    /**
    3
     * WC_List_Grid class
    4
     * */
    5
    /*
  6. Wordpress WooCommerce Products on sa... Wordpress WooCommerce Products on sale Bootstrap carousel
    1
    <div class="carousel slide" data-ride="carousel">
    2
    
                  
    3
                                <div class="carousel-inner">
    4
                                    <?php
    5
                                    $params = array(