Magento Cheat sheet
Just trying to put together all the small codes used in magento pages, links, blocks http://www.magentocommerce.com/knowledge-base/entry/turning-on-off-magentos-content-blocks URL for a page to use as a link into a static block or any other page. <a href="{{store url=yourpagelink}}">link 1</a> Use the following … Continue reading
Frontpage slideshow (like joomlaworks’s FPSS/uber slideshow) for wordpress
Following code will create the slideshow from a specific category “frontpage-slideshow” for your wordpress site. The slideshow will look like the one you have seen in joomla’s Front Page Slideshow by joomlaworks.The code will display the featured image of the … Continue reading
How to display featured image from the latest post of a specific category
Following code will display the featured image from the latest post in a category called “magazine”. When clicked on the image it will take the user to the actual post where the featured image belongs to. <?php query_posts( array ( … Continue reading
Change the style of a specific page in WordPress
Many times you need to change the style of the page in wordpress. For example, my client wanted footer in all pages except in front page of the site. I could created a separate template file for home but I … Continue reading
Creating two sites with one database in wordpress
I was in the mobile web design/development class. The task was to create a mobile friendly website. I wanted to create a WordPress based site which will be mobile friendly and the layout of that site will be different than … Continue reading
Generate Bulk coupon codes for magento store
I was done with the magento site and the client wanted to promote the site through discount coupons. The client wanted to have 35000 unique coupon codes in a specific format -> ADCG-236.And the codes had to be one time … Continue reading
Alternate image view on mouse roll over – Magento product list view
Simple yet really cool effect to make the client very happy in Magento product list page. Following codes will create a switch of small image and the thumbnail of image assigned to a product in the magento site. Remeber : … Continue reading
















