Skip to content
View mwg2016's full-sized avatar

Block or report mwg2016

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. Auto-Scrolling Shopify Collection Pr... Auto-Scrolling Shopify Collection Products
    1
    <div class="Container">
    2
      {% comment %} You can make per page dynamic {% endcomment %}
    3
      {%- assign products_per_page = 20 -%}
    4
    
                  
    5
      {%- paginate collection.products by products_per_page -%}
  2. Auto-Scrolling Shopify Collections l... Auto-Scrolling Shopify Collections listing
    1
    <div class="container">
    2
      {% for collection in collections %}
    3
        <h2>{{ collection.title }}</h2>
    4
        <div class="product-list">
    5
          {% assign products_per_page = 20 %}
  3. infinite Scrolling Blog Template | S... infinite Scrolling Blog Template | Shopify Blog Posts
    1
    <div class="Container">
    2
      {% comment %} You can make per page dynamic {% endcomment %}
    3
      {%- assign articles_per_page = 20 -%}
    4
    
                  
    5
        {%- paginate blog.articles by articles_per_page -%}