Entries by admin

How to get skin url,media url,base url and store url in magento

Get Magento URL paths of skin, Media, JS, Base and Store URL in CMS pages. There are different ways to retrieve mentioned URL paths depending on where section you’re editing. To Retrieve URL path in STATIC BLOCK To get SKIN URL {{skin url=’images/sampleimage.jpg ‘}} To get Media URL {{media url=’/sampleimage.jpg’}} To get Store URL {{store […]

How to change Magento contacts page into a 1 column layout

How to change Magento contacts page into a 1 column layout To change the Magento contacts page into a 1-column layout, you need to modify the page’s layout XML file. First, navigate to your theme’s directory, typically located in app/design/frontend/{Vendor}/{Theme}/layout/. Find or create the contacts.xml file if it doesn’t already exist. Within the XML file, […]

How to display new products on home page in Magento

How to display new products on home page in Magento Go to “CMS – Manage Pages” and select “Home Page” from the list of pages. Use this code snippet into your design page layout on your front page: <reference name=”content”> <block type=”catalog/product_new” name=”home.catalog.product.new” alias=”product_new” template=”catalog/product/new.phtml” after=”cms_page”> <action method=”addPriceBlockType”><type>bundle</type><block>bundle/catalog_product_price</block> <template>bundle/catalog/product/price.phtml</template></action></block> </reference> Note : You must have […]

Create Admin Roles in Magento

Follow these steps to create admin roles in magneto : 1- From the Admin Panel, select System > Permissions > Roles. 2- Click the [Add New Role] button. 3- Provide a Role Name [i.e. SEO] 4- Select the Role Resources option in the Role Information panel on the left. 5- Select the features you would […]

WordPress Classifieds Plugins

Here I am posting usefull classified plugins. 1- Another WordPress Classifieds Plugin (AWPCP) This plugin is Great for increasing retention to your site, adding revenue for your business, and creating customer interaction and this plugin includes much more options, it is highly configurable and customizable according to the needs of your website. You can can […]

Add sidebar to post view in Twenty Eleven theme

By default Twenty Eleven doesn’t display a sidebar on the post view page, but this can be added fairly easy. We have two options for it : 1- Doing it manual changes on the code. For this open single.php and add near the bottom <?php get_sidebar(); ?> before <?php get_footer(); ?> and add the below […]

Google Custom Search WordPress Plugin

With wordpress Google custom search plugin, wordpress user can boost the search functionality for his websites/blogs. WordPress has a relatively good search functionality but doesn’t match keywords that well. WordPress search functionality display results ordered by date and not by its relevance to the keywords. Here is a very good Google custom search plugin I […]