In earlier post, I show you how to create custom category listing in front page. Now will show you how to create custom category listing in category pages (browse.html). The real challenge here is to construct the category path as we are deep inside category level. First, you need to remove this tag from browse.html [...]
Category: Templates
Show category listing as list of images
In this tutorial I will show you how to create an alternative category listing in front page where the categories will be listed as a series of images. 1) Prepare the image files. Create a folder called ‘cat‘ in template folder. Then put the images files here. 2) Edit category image file for each categories [...]
Adding dynamic gmap with navigation and zooming
As many of you request how to replace the static gmap image with dynamic gmap which allow navigation and zooming, I made some test how to do this for the easiest way. Ok. This is the easiest way. We only need to change the template files. Actually only 2 files. Edit header.html, usually we use [...]