放上月曆

一般的網誌應該都會有月曆顯示,
方便我們直接看每個月中每個日子的文章,
於是我也把月曆放上來。


放月曆的來源:官方網站

只要修改 wp-content/theme/your_theme/sidebar.php
加入

1
<?php /* Calendar here */ get_calendar(2); ?>

如果要把月曆置中,
則在sidebar.php加入

1
<div align=center><?php /* Calendar here */ get_calendar(2); ?></div>

原則上只要放在sidebar內就可以了,
如果是要放在search的下方,
只要放在底下的語法下方即可。

1
2
3
4
5
6
<div id="sidebar">
		<ul>
 
			<li>
				<?php include (TEMPLATEPATH . '/searchform.php'); ?>
			</li>
本篇發表於 部落格架設。將永久鍊結加入書籤。

發表迴響

您的電子郵件位址並不會被公開。 必要欄位標記為 *

*

您可以使用這些 HTML 標籤與屬性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>