=== get latest post title ===
Contributors: nakahira
Tags: latest ,post,title
Requires at least: 2.2
Tested up to: 2.7.1
Stable tag: 0.1
== Description ==
このプラグインは、最新の投稿記事のタイトルを取得する機能を提供します。
最も投稿日時が新しい公開記事の記事タイトルをただのテキストとして表示します。
This plug in sponsors a function to acquire the title of the latest online posting.
I display the article title of the public article that the contribution date and time are the newest as just a text.
== Installation ==
1.wordpressの管理画面よりget-latest-post-titleを有効化してください。
2.最新の記事タイトルを表示したい場所に<?php get_latest_post_title(); ?>を挿入してください。
1.Please make get-latest-post-title it than a management screen of wordpress effectively.
2.Please insert <?php get_latest_post_title(); ?> in the place that wants to display the latest article title.
thx.