WordPressのテンプレートに記述された関数が、どんな値を返しているのか、一覧で見てみる。
- Content-Type bloginfo('html_type');
- Content-Typetext/html
- charset bloginfo('charset');
- charsetUTF-8
- WordPress version bloginfo('version');
- WordPress version2.3.3
- stylesheet url bloginfo('stylesheet_url');
- stylesheet url http://text2html.s321.xrea.com/wp/wp-content/themes/default/style.css
- RSS 2.0 url bloginfo('rss2_url');
- RSS 2.0 urlhttp://text2html.s321.xrea.com/wp/feed/
- RSS .92 bloginfo('rss_url');
- RSS .92http://text2html.s321.xrea.com/wp/feed/rss/
- Atom 0.3 bloginfo('atom_url');
- Atom 0.3http://text2html.s321.xrea.com/wp/feed/atom/
- trackback bloginfo('pingback_url');
- trackbackhttp://text2html.s321.xrea.com/wp/xmlrpc.php
- php bloginfo('name');
- text2thml
- php wp_title();
- php wp_get_archives('type=monthly&format=link');
- php //comments_popup_script(); // off by default
- php wp_head();
- php bloginfo('url');
- http://text2html.s321.xrea.com/wp
- php bloginfo('name');
- text2thml
- php bloginfo('description');
- Just another weblog
- php bloginfo('url');
- http://text2html.s321.xrea.com/wp
- php wp_list_pages('depth=1&title_li=');
- このブログについて
- php the_permalink();
- php _e('Posted on');
- Posted on
- php the_time('F jS, Y')
- php _e('by');
- by
- php the_author()
- php the_content("[Read more →]");
- php _e('Tags:');
- Tags:
- php the_category(', ')
- 未分類
- php edit_post_link('Edit', ' | ', '');
- php posts_nav_link();
- php the_ID();
- php _e('Not Found');
- Not Found
- php bloginfo('url');
- http://text2html.s321.xrea.com/wp
- php wp_list_pages('depth=1&title_li=');
- このブログについて
- php query_posts('showposts=5');
- php the_title();
- php the_content();
- ☆彡php while (have_posts()) : the_post();
- php the_permalink()
- http://text2html.s321.xrea.com/wp/blog/2008/03/05/hi/
- php the_title();
- Hi
- php the_content();
今のところ お知らせはありません。

- ☆彡php endwhile;
- php _e('Recent Comments:');
- Recent Comments:
- php get_recent_comments();
- php _e('Recent Trackbacks:');
- Recent Trackbacks:
- php get_recent_trackbacks();
- php ns_show_top_commentators();
- php get_links_list();
- php bloginfo('rss2_url');
- http://text2html.s321.xrea.com/wp/feed/
- php _e('Syndicate this site using RSS');
- このサイトを RSS で購読
- php _e('RSS Syndication');
- RSS Syndication
- php _e('Categories');
- カテゴリー
- php wp_list_cats('sort_column=name');
-
- お知らせ
- php _e('Archives');
- アーカイブ
- php wp_get_archives('type=monthly');
-
- 2008年3月
- php _e('Meta');
- Meta
- php wp_register();
- php wp_loginout();
- ログイン
- php wp_meta();
- php bloginfo('name');
- text2thml