Home

Awesome

MarketPress Products Slider

MarketPress Products Slider adds product slider on the homepage and multiple images handling on single products.

Description

MarketPress Products Slider adds product slider on the homepage and multiple images handling on single products. For the time being, it adds the latest 3 products on the frontpage slider. In the future we will include a custom field that will allow users to select the featured products of their choosing.

It requires that you have access to your theme files to add the necessary code. (see installation section).

Installation

Upload to your Plugins folder and activate. To include the frontpage slider wherever you want, open up the template file of your choise (front-page.php, index.php or other) and insert the following where necessary: <?php mps_featured_slider(); ?>

To enable the multiple images slider for individual product pages, you must open your template file responsible for them (usually mp_product.php) and place the following where you want the content to be displayed. <?php mps_single_product_images_slider(true, $post->ID); ?> Please note that this will completely rewrite the output of your product and it will not simply add the slider. If you have something like <?php mp_product(); ?> in there, you should delete it to avoid duplicate content.

Changelog

** 1.0 **