wordpresshotnews主題歸檔頁最簡程式碼
<?php //debuge("fuck all of you!");die; ?> <?php get_header(); ?> <div id="content"> <!-- menu --> <div id="map"> <div class="browse">現在位置: <a title="返回首頁" href="<?php echo get_settings(`Home`); ?>/">首頁</a> > <?php if (have_posts()) { $post = $posts[0]; if (is_category()) { echo get_category_parents( get_query_var(`cat`) , true , ` > ` ).`文章`; } elseif( is_tag() ) { single_tag_title(); } elseif (is_day()) { the_time(`Y年m月`).`發表的文章`; } elseif (is_month()) { `所有`.the_time(`Y年m月`).`文章`; } elseif (is_year()) { `Archive for`.the_time(`Y`); } elseif (is_author()) { wp_title( ``).`發表的所有文章`; } elseif (isset($_GET[`paged`]) && !empty($_GET[`paged`])) { echo `<h1>Blog Archives</h1>`; } ?> </div> <div id="feed"><a href="<?php bloginfo(`rss2_url`); ?>" title="RSS">RSS</a></div> </div> <?php while ( have_posts() ) { the_post(); ?> <?php comments_popup_link(`+0° `, `+1° `, `+%° `);//評論數 ?> <a href="<?php the_permalink() ?>" rel="bookmark" title="詳細閱讀 <?php the_title_attribute(); ?>"><?php the_title(); ?></a> <?php the_time(`Y年m月d日`) ?> <?php the_category(`, `) ?> <?php include(`includes/source.php`); ?> <?php echo count_words ($text); ?> <?php if(function_exists(`the_views`)) { print ` ⁄ 被圍觀 `; the_views(); print `+`; } ?> <?php edit_post_link(` `, ` `, ` `); ?> <?php include(`includes/thumbnail.php`); ?> <?php has_excerpt() ? the_excerpt(): mb_strimwidth(strip_tags(apply_filters(`the_content`, $post->post_content)), 0, 400,"..."); ?> <?php the_tags(` `, `, `, ``); ?> <br><br><br><br><br> <?php } ?> <?php } ?> <?php pagination($query_string); ?> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>
相關文章
- 網頁程式碼(主頁)(初始版):網頁
- RestSharp 最簡程式碼REST
- DG 主庫丟失歸檔
- php簡易分頁程式碼PHP
- 主題:Linux檔案系統簡介Linux
- 簡單的Repeater分頁程式碼
- 11g rac ASM下最簡單歸檔開啟/關閉方法ASM
- tensorflowrnn最簡單實現程式碼RNN
- 最簡單的jquery測試程式碼jQuery
- SAP SD客戶主資料歸檔
- 最簡單的mybatis自動程式碼生成MyBatis
- Oracle Data Guard 主庫歸檔檔案刪除策略Oracle
- Oracle Data Guard 主庫 歸檔檔案 刪除策略Oracle
- 11g主庫歸檔自動刪除的小問題分析
- 網站設計的最簡主義網站
- dg 主庫丟失歸檔 解決方案
- dg中備庫歸檔目錄滿了,導致不能接收主庫歸檔檔案
- Oracle Data Guard 主庫 歸檔檔案 刪除策略--續Oracle
- 最長公共子序列,遞迴簡單程式碼遞迴
- Grid++Report 元件使用最簡程式碼元件
- CSDN 技術主題首頁
- 梯度下降法實現最簡單線性迴歸問題python實現梯度Python
- 機器學習程式碼筆記-2-簡單線性迴歸機器學習筆記
- 貝葉斯線性迴歸簡介(附完整程式碼)
- oracle歸檔切換以及歸檔日誌滿報錯問題Oracle
- Oracle 10g DG 主庫丟失歸檔Oracle 10g
- CKEditor 4.4釋出 支援程式碼高亮主題
- 一個Eclipse程式碼顯示主題Eclipse
- 【轉載】Oracle Data Guard 主庫 歸檔檔案 刪除策略Oracle
- 閃迴歸檔的簡單測試
- oracle 歸檔/非歸檔Oracle
- 幽默:最簡單的SpringBoot微服務程式碼Spring Boot微服務
- PageOffice6最簡整合程式碼(Asp.Net)ASP.NET
- rman在歸檔與非歸檔時備份資料庫的簡單示例資料庫
- 細說程式設計師最後歸宿程式設計師
- 最程式碼的上傳的程式碼檔案儲存什麼地方呢?
- Windows小技巧|登錄檔修改主頁Windows
- 簡單程式碼:將回歸特徵轉換為分類特徵特徵