Home > WordPress プラグイン > [ WordPress ] WP hn Convert - 見出しのレベルを調整するプラグイン

[ WordPress ] WP hn Convert - 見出しのレベルを調整するプラグイン

テーマを変更した所、個別ページの見出しレベルが変わったので、WP hn Convert と言う WordPress の見出しレベルを調整するプラグインを導入しました。

テーマファイルの編集

私の場合は、今まで記事本文の見出しを <h4> で書いていたので、それを <h2> に変換します。

修正を加えるテーマファイル

  • single.php
  • page.php

修正する部分

上記のファイルに含まれる

<?php the_content('Continue reading'); ?>

と言う行を

<?php the_hn_converted_content(-2,'Continue reading'); ?>

に書き換え。

プラグインの作者様ありがとうございます。

Comments:0

Comment Form
Remember personal info

Trackbacks:0

Trackback URL for this entry
http://wordpress.bowz.info/46/trackback
Listed below are links to weblogs that reference
[ WordPress ] WP hn Convert - 見出しのレベルを調整するプラグイン from WordPress 研究室

Home > WordPress プラグイン > [ WordPress ] WP hn Convert - 見出しのレベルを調整するプラグイン

Return to page top