Question

I created a new page using the admin panel from Magento CMS->Pages and created all it's content (html).

Is there another way to do this? I imagine that is something like: Create a file, change local.xml, ... something like this? I tried to found the content in a file but I couldn't find it.

Was it helpful?

Solution

The content of your CMS page is stored in the cms_page table

If you want to create page in Magento you can create from cms->page or you can write new controller and create a layout handler in local.xml link phtml page with xml handler

OTHER TIPS

The content of your CMS page is stored in the database. I don't know the specific table off hand but querying the database for a specific string in the page text should find it quickly.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top