コンテンツへスキップ

Exec-PHP というプラグインを検索してインストール、有効化します。

管理パネルで、「ユーザー」→「あなたのプロフィール」をクリックし、「Disable WYSIWYG Conversion Warning」のチェックボックスをオンにします。

「あなたのプロフィール」の一番上で、「ビジュアルリッチエディターを使用しない」にチェックを入れます。
ビジュアルエディターを使うと、うまく動作しないようです。

【ソースコード】

<?php print  "PHPテスト \n"; ?>

【実行結果】


Warning: include(/home/jeanluc/www/chie/blog/wp-content/themes/tiny-framework/calendar.php): failed to open stream: No such file or directory in /home/jeanluc/www/chie/blog/wp-content/themes/tiny-framework/functions.php on line 118

Warning: include(): Failed opening '/home/jeanluc/www/chie/blog/wp-content/themes/tiny-framework/calendar.php' for inclusion (include_path='.:/usr/local/php/7.4/lib/php') in /home/jeanluc/www/chie/blog/wp-content/themes/tiny-framework/functions.php on line 118

自分で作ったPHPを埋め込んでみたんだど、文字化けがすごいなぁ
PHPのテキストコードを、UTF-8 に変更したら文字化けがなくなりました。
色が出ないけど・・・

インクルードさせる方法は、こちらのサイトを参考にさせてもらいました。