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