調用wordpress指定分類文章2種方法

調用wordpress指定分類文章第一種方法php <?php $posts = get_posts( "category=4&numberposts=10" ); ?>wordpress <?php if( $posts ) : ?>oop <ul><?php foreach( $posts as $post ) : setup_postdata( $post ); ?>post <li>spa
相關文章
相關標籤/搜索