WordPressのテキストエディターに新しいタグを追加する方法

WordPressのテキストエディターにはタグが少ないので、自分で新しく追加する方法を紹介します。

試しにpタグを挿入できるボタンを追加してみましょう。

functions.php

<?php
if ( !function_exists( 'add_quicktags_to_text_editor' ) ):
	function add_quicktags_to_text_editor() {
		if (wp_script_is('quicktags')){?>
		<script>
			QTags.addButton('p','p','<p>','</p>');
		</script>
		<?php
	}
}
endif;
add_action( 'admin_print_footer_scripts', 'add_quicktags_to_text_editor' );
?>

これでテキストエディターにpタグ挿入ボタンが追加できました。

QTag.addButton();

を追加していくとどんどんタグボタンを追加していくことができます。

Recruit

私たちは共に働く仲間を求めています。Web制作・広告運用・SEO対策・マーケティング・Web解析・メディア運用・ライティング・Webサービス開発が主な業務です。

PartnerShip

Web制作会社・広告代理店・デザイン会社・コンサルティング会社様

パートナー提携はコチラから

Contact

平日 9:30 - 19:00

TEL 06-6125-5439

無料相談

お問合せ

お見積もり