Apart from Home page, how do I display a slide show on other pages -- display category products
1 answer
Hi joomlagt.
There are two ways to display JM Slideshow (and the other JM) on website’s pages:
1. Add
HTML Code:
{{block type="joomlart_jmproductsslider/list" name="home.jmproductsslider.list" }}
into content of static pages
2. Add
PHP Code:
<?php echo $this->getLayout()->createBlock('joomlart_jmproductsslider/list')->toHtml() ?>
to the template files (with extension is .phtml)
You should try to do, if you are still fail kindly send me a ticket for tracking.
This question is now closed