3. ⾃⼰紹介 ✴ アルファサード株式会社 代表取締役 ✴ PowerCMS 開発者 ✴ ウェブアクセシビリティ エバンジェリスト ✴ Movable Type エバンジェリスト ✴ CPAN Author で MTプラグイン開発者 4. Movable Type <ul>! <MT:Entries limit="10" include_blogs="all">! <li>! <a href="<MT:EntryPermalink>">! <MT:EntryTitle>! </a>! </li>! </MT:Entries>! </ul>! 5. WordPress <ul>! <?php! $myposts = get_posts('posts_per_page=10');! foreach($myposts as $post) :! setup_postdata($post);! ?>