문제

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.

도움이 되었습니까?

해결책

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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top