Quote:
Originally Posted by yamiya
lovely code. but what if i only want to show one page and remove subsequent page links?
|
Hi,
Code:
shuffle($products);
array_splice($products,$config["Appearance"]["products_per_page"]);
this will trim array to number of products per page defined in config and subsequent page links will not appear.