剛剛新建的新 譜 情 報 頁 面,如下,按照發售時間排序。
https://fqfm.info/blog/news
稍後會在頁面最上面的菜單中建立鏈接,方便查詢
不過現在還有一個技術難題沒解決,等到高人回覆(o^^o),希望能夠成功。
稍後會改進一下側欄的排序問題。
改進了ひらりん的整理的相關頁面,以後將會逐漸改日誌,將發售情況逐漸顯示出來。頁面如下
https://fqfm.info/blog/hirarin
也就是頁面最上面的菜單中的平川さん的鏈接
代碼如下,通用改法請參照露兜博客。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | <h1 class="zhenghei">平川 大輔 新 譜 情 報</h1> <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $args=array( 'meta_key' => 'sort', 'tag__in' => array('392'), // 標籤ID 'tag__and' => array(417,392,359),// 標籤ID 同時滿足幾個標籤 'category__in' => array(992), // 分類ID 'orderby' => 'meta_value_num', // 须 WordPress 2.8 及以上版本 'showposts' => -1, // 顯示所有日誌,如果只想顯示幾篇可改為那個數字 'paged' => $paged, 'order' => DESC ); query_posts($args); while (have_posts()): the_post(); ?> <li class="cf"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a><span class="popularspan"> <?php comments_number( '(0)', '(1)', '(%)' ); ?></span></li> <?php endwhile;wp_reset_query();?> <section class="content cf"> </section> |
更新日:2014/10/23 · 15:29
————本日志版权归花莫笑所有。
日志内的相关图文请勿转载。