How To Edit Footer In Magento stock

The items in the footer area are in two different locations. One part is a static block created within the magento admin area (CMS > Static Block). The other part is held in the related .phtml / .php / .xml files within the design files.

First off, the XML files

app/design/frontend/*/*/layout/page.xml
Here you will find some footer reference:




app/design/frontend/*/*/layout/cms.xml




footer_links


You can see that the footer area of each page (page.xml) adds footer links via:
app/design/frontend/*/*/template/page/html/footer.phtml
This file (footer.phtml) contains a method to get it’s children HTML as referenced in the page.xml file – ($this->getChildHtml();)
-app/design/frontend/*/*/template/page/switch.phtml
-app/design/frontend/*/*/template/page/template/links.phtml
[Read more...]

CMS Made Simple 1.6: Beginner’s Guide

CMS Made Simple is a an open source content management system that allows rapid website development in a fraction of the normal time, avoiding hours of coding by providing modules and 3rd Party add-ons. With this book in hand you will be able to harness the power of this modular and extendable content management system at your fingertips.

This guide for CMS Made Simple is based on practical and working solutions allowing you to understand how this powerful and simple application can support you in your daily work. The workshop helps you create engaging, effective, and easy-to-use CMS websites for businesses, clubs, or organizations. [Read more...]

How to SEO Your WordPress Blog

WordPress is one of the most seo friendly publishing systems today, but to get the best results you still need to tinker with it a little bit!

So let’s see what steps you need to take to modify WordPress so it will turn into a true seo CMS:

1. Permalinks structure: the default structure is no good at all – although search engines have no problem in indexing pages that have urls with variables, it’s very clear that they prefer clean urls.

The best results I have seen are when permalinks structure is set to “%postname%”, and only that. This is something to keep in mind for any site you build, WordPress or any other CMS.

2. Related posts plugin : this is good for both your visitors and the search engines. It automatically finds related posts and displays them in a list – very useful when visitors arrive on a page looking for something and they get more info on the same subject. [Read more...]

What Is The Advantages Of The Use Of WordPress

The blog is a business where aside from your skills money is also a part of your investments. Not only you can  sell blogs, you also buy these blogs. We can get some good features from such CMS that will help us greatly in making our websites the best of what they can be. WordPress is one CMS that will ensure you of this thing. You know, if there is one thing about its features that I will like, it will be the features of this wordpress that provide free plug-in and the like, even themes. There are themes provided by wordpress that are free. With that, if we can make full utilization of these free features, it will help us to save money for capital and we will earn the intended money we want to earn. Being wise is always a part of being a businessman and for that matter, wordpress helps us a lot. [Read more...]