Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/apache-flex/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Wordpress 自定义页脚html标记_Wordpress_Themes_Footer - Fatal编程技术网

Wordpress 自定义页脚html标记

Wordpress 自定义页脚html标记,wordpress,themes,footer,Wordpress,Themes,Footer,在my Evolve主题中,有一个部分可使用以下文本自定义页脚: Available HTML tags and attributes: <b> <i> <a href="" title=""> <blockquote> <del datetime=""> <ins datetime=""> <img src="" alt="" /> <ul> <ol> <li> <co

在my Evolve主题中,有一个部分可使用以下文本自定义页脚:

Available HTML tags and attributes: <b> <i> <a href="" title=""> <blockquote> <del datetime=""> <ins datetime=""> <img src="" alt="" /> <ul> <ol> <li> <code> <em> <strong> <div> <span> <h1> <h2> <h3> <h4> <h5> <h6> <table> <tbody> <tr> <td> <br /> <hr />
可用的HTML标记和属性:


  • 当我尝试使用它们时,什么也没有发生,html代码显示为简单文本。
    有人知道这个问题吗?

    为什么不编辑footer.php

    <?php $footer_content = evl_get_option('evl_footer_content',''); 
     if ($footer_content === false) $footer_content = '';
     echo esc_attr($footer_content);
    ?>
    
    
    
    将HTML推送到
    $footer\u content='insert here'

    如果我们有相同版本的“Evolve”,您可以在footer.php的第88-91行找到它