我是系統管理員,我對PHP知之甚少,希望能在這裏找到幫助。wordpress短代碼查詢
我已經從我的wordpress以下簡碼博客
$wp_query = new WP_Query(array(
'post_type' => array('page'),
'showposts' => $limit,
'orderby' => $orderby,
'order' => $order
));
目前,這簡碼將列出所有的網頁,有我可以在陣列特定頁面的ID設置的方法嗎?
我最喜愛的網頁:http://codex.wordpress.org/Class_Reference/WP_Query – kjetilh 2013-03-08 14:20:43