文本模式下的Wordpress编辑器将大于和小于一半的符号转换为编码格式。它还采用了以下代码:
<a href="<?php the_permalink()?>"><?php the_title(); ?></a>
并将其更改为:
<a class="mceWpPHP" title="php" href="<img src=">"><?php the_title(); ?></a>
我正在使用一个名为&#34; PHP Execution&#34;这使得PHP能够在页面中使用。我不知道它是否与问题有关。
使用Wordpress执行此操作时,我无法在我的页面中编辑php。