PHPでの使用のために特定の年と1カ月まで毎月のアーカイブURLを返します。 それはURLを表示しません。 年と月のパラメタがに設定されるなら、タグは現在の月のアーカイブのためにURLを返します。
Returns the monthly archive URL to a specific year and month for use in PHP. It does NOT display the URL. If year and month parameters are set to , the tag returns the URL for the current month’s archive.
タグ使用方法
[php][/php]例
Month Archive as Link
リンクとしてPHPエコーコマンドと共にアンカータグの中にそれを表示することによって、URLを現在の月のアーカイブに返します。
[php]“>archiveReturns the URL to the current month’s archive as a link by displaying it within an anchor tag with the PHP echo command.
for [/php]
Parameters
year
(integer) The year for the archive. Use to assign current year.
month
(integer) The month for archive. Use to assign current month.
関連テンプレートタグ
edit_post_link, edit_comment_link,link_pages, wp_link_pages, get_year_link, get_month_link, get_day_link
コメント