wordpress教程之函數site_url()、home_url()、bloginfo(‘url’)的區別
在wordpress插件和主題開發中經常需要獲取各種URL路徑,wordpress提供了以下集中方法獲得URL路徑: plugins_url() — 插件目錄的 URL (例如:http://www ...
在wordpress插件和主題開發中經常需要獲取各種URL路徑,wordpress提供了以下集中方法獲得URL路徑: plugins_url() — 插件目錄的 URL (例如:http://www ...
顯示多個分類下的文章可以這樣提取: <?php query_posts(array('posts_per_page'=>10,'orderby'=>'rand' ...