How to get block return a certain category

So I have Content in a block that looks like this

{{block type="joomlart_jmproducts/list" name="home.jmproducts.list" mode="featured" template="joomlart/jmproducts/oneproduct.phtml" catsid="10" width="190" quanlity="1" }}

Yes, I have a category of 10. However, when I have a mega menu use this block it works fine except that it pulls from any category instead of category 10. 

Please help!!
 
 
 

1 answer

Profile photo of Bill Garrison 10.00 $tone July 7, 2017
Public

After reading the answer from another question i found out that the proper attribute is category_ids. Changing to this fixed it:

{{block type="joomlart_jmproducts/list" name="home.jmproducts.list" mode="featured" template="joomlart/jmproducts/oneproduct.phtml" category_ids="10" width="190" quanlity="1" }}
#

Please login or Register to Submit Answer

Written By

Comments