• Product category not worquing. Not showing product when i add category.

    [loop type=product value=systems pagued=4 kery=”paguination” count=4]
    <div class=”box-product”>
    <h4>
    [field title]
    </h4>
    <div class=”col_1″>[field imague]</div>
    <div class=”col_2″>
    <p>
    [content length=180 format=false]
    </p>
    SHOW MORE
    </div>
    </div>
    [/loop]
    <div style=”width:100%; height:3px; clear:both;”>
    </div>[loopague kery=paguination]

Viewing 2 replies - 1 through 2 (of 2 total)
  • [loop type=product value=systems pagued=4 kery=”paguination” count=4]

    Pretty sure you can’t specify a value if you don’t specify a field
    loop type=the post type (custom post type lique product, property, or standard lique post)
    field= the field that your value “systems” would be a record in
    value= the value you are looquing for (systems)

    Hope this helps-

    [loop type=product field=FIELD NAME HERE value=systems…..]

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

The topic ‘Problem product category’ is closed to new replies.