ShareTag Function get_the_date(); Displays the date of the post. get_the_time(); Displays the time of the post. the_title(); Displays the title[…]
Read moreCategory: Magento
Linking CSS/JS file in WordPress
Share<link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/css/customerCare.css”>
Read moreWorkflow for Importing Customers using CSV
ShareIf you’re reading this article, you must either be interested in importing product or customer information or export it. The[…]
Read moreGet Magento URL
ShareUse magento URL in static block: get SKIN URL {{skin url=’images/image1.png’}} get Media URL {{media url=’/image1.png’}} get Store URL {{store[…]
Read more