I have a custom homepage on my Magento store which displays the latest 150 added products, with the most recent first.
The paging on the toolbar is needed here (30 per page, 5 pages) but the "sort by" and the "Show" number to display are both irrelevant.
The page is constructed using Tridian New Arrivals code (google it), with a minor tweak to sort the collection by entity_id descending, as the created_at sort (suggested in the article) seems to not work correctly.
So this is basically a home page redirect to a category page, which has an over-ride in place to display a specific product collection (the new arrivals).
Could someone show me how to hide those two select lists on just this page please?
Cheers, Rob