WordPressタグ
09/03/10 11:07
良く使うタグのメモ。
| タグ | 表示例 | 説明 |
|---|---|---|
| <?php bloginfo(’url’); ?> | http://fumiri.com/m/ | ホームページURI |
| <?php bloginfo(’template_directory’);?> | http://fumiri.com/m/wp-content/themes/manneka | テンプレートディレクトリへの絶対パス |
参考サイト:Wordpress Document
良く使うタグのメモ。
| タグ | 表示例 | 説明 |
|---|---|---|
| <?php bloginfo(’url’); ?> | http://fumiri.com/m/ | ホームページURI |
| <?php bloginfo(’template_directory’);?> | http://fumiri.com/m/wp-content/themes/manneka | テンプレートディレクトリへの絶対パス |
参考サイト:Wordpress Document