Wordpress - 评论HTML代码

时间:2017-03-31 18:33:50

标签: wordpress

是否可以评论HTML代码? 我想评论一个img html标签或视频帧,但每次它被过滤掉。它有什么方法可以显示吗?应该执行html代码,使图像自己显示,而不是代码

1 个答案:

答案 0 :(得分:0)

问:是否可以评论html代码?

答:是。

由于您使用wordpress标记了问题,我将向您展示如何在PHP代码中发表评论。

<强> HTML:

<HTML><!--This is a comment. Comments are not displayed in the browser--></HTML>

<强> PHP:

<?php echo 'Print this'; //This is a comment. ?>