
Oshirase Ichiran (おしらせ一覧) displays a list of recent posts or pages anywhere on your WordPress site using a single shortcode.
お知らせを一覧でシンプルに並べるプラグインです。[shirase] をページや投稿に貼り付けるだけで新着情報を自動表示します。
This plugin is an homage to the original “What’s New Generator” by Hideki Tanaka, rewritten for modern WordPress with security updates and new features.
[shirase] shortcode[showwhatsnew] for migration from What’s New Generatorシンプルおしらせは、ショートコードひとつでサイトのどこにでもおしらせ一覧を表示できるプラグインです。
[shirase] を貼り付けるだけでおしらせ一覧を表示[showwhatsnew]本プラグインは What’s New Generator とは独立したプラグインです。設定は引き継がれません。
[showwhatsnew] 互換モードを使う場合は、**必ず What's New Generator を先に無効化**してください。同時に有効にするとショートコードが衝突します。
Add CSS to your theme’s Additional CSS (Appearance Customize) or stylesheet:
/* NEW! badge */
.newmark {
background: #e44;
color: #fff;
font-size: 11px;
padding: 2px 6px;
border-radius: 3px;
}
/* Date column */
.oshirase dt {
color: #888;
font-size: 0.9em;
min-width: 7em;
}
/* Pagination buttons */
.oshirase-prev,
.oshirase-next {
display: inline-block;
padding: 4px 12px;
border: 1px solid #ccc;
border-radius: 3px;
text-decoration: none;
}
A full selector reference is also available on the Settings page inside your WordPress admin.