Magento側邊欄增加新聞區塊---Holiday模板

Ps:若是剛接觸此功能,可以先參考下這裏:http://www.4u4v.net/editing-rich-side-of-the-sidebar-of-your-magento-add-display-block.html


先上效果圖:


1,創建靜態塊,如news。

2,/app/design/frontend/holiday/default/template/catsidebarnav/catsidebarnav.phtml  58行添加以下代碼

<div class="block-title" style="margin-top:30px;">
	<strong class="medium"><span>News </span></strong>
</div>
<div class= "block-content">
	<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('news')->toHtml(); ?>
</div>

效果圖如上。

對於靜態塊的創建及內容如有不懂的地方可以參考前面兩篇,關於wordpress前臺顯示新聞的配置。


發佈了55 篇原創文章 · 獲贊 9 · 訪問量 18萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章