|
I have created a static block called MENU, and within that I have links to other pages. I want to link to a category page of all products set to NEW within the admin panel.
This is the code I have used: <li><a href="{{store url=""}}new"><span>What’s New?</span></a></li>
but obviously that’s looking for a CMS page, what should it be changed to?
I also want to link from the top menu to a specific category so advice on how to do that would be appreciated too.
Thanks
|