打算在 page-front_page.tpl.php 來自定首頁版面 video 是建立一个node content 然后用户就在这个地方来上传或更新video news 是读取 自建立的views的 (filter某一个node type 比如 news) 现在问题是怎样在 page-front_page.tpl.php, 用code 来读取node的内用, 读取views 或者有没有其他更好的方法? 版型/Themes6.x 發表回應前,請先登入或註冊 Re: 用code 來讀取node內容 可以用Panels 或用regions(blocks) views建立為block, 設在block中就解決掉 node_load() 可以隨意讀取node content 發表回應前,請先登入或註冊 Re: 用code 來讀取node內容 谢谢~~~~~先试一下... 發表回應前,請先登入或註冊 Re: 用code 來讀取node內容 you can also output a view by using views_get_view() 發表回應前,請先登入或註冊
Re: 用code 來讀取node內容 可以用Panels 或用regions(blocks) views建立為block, 設在block中就解決掉 node_load() 可以隨意讀取node content 發表回應前,請先登入或註冊
Re: 用code 來讀取node內容
可以用Panels 或用regions(blocks)
views建立為block, 設在block中就解決掉
node_load() 可以隨意讀取node content
Re: 用code 來讀取node內容
谢谢~~~~~先试一下...
Re: 用code 來讀取node內容
you can also output a view by using
views_get_view()