Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
// 固定ページの本文に対する自動整形(wpautop)を解除する remove_filter('the_content', 'wpautop'); // 必要であれば、抜粋に対する自動整形も解除する場合 // remove_filter('the_excerpt', 'wpautop');
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.