官方论坛产品帮助刷图视频问题反馈

Karma主题标记失效解

发表于 秦海传媒

    修改./karma/tf/global/basic.php
    第37行

    global $post;
    $content = $post->post_content;

    下增加

     
    $content = $post->post_content;
    
    //add start
    //add by osiris on 14:41 2012/5/22
    strpos($content,'')&&$content=substr($content,0,strpos($content,''));
    //add end
    
    //since version 2.6.5 development 7, remove shortcodes from content.
    $content = strip_shortcodes($content);
    
  • 此条目发表在 wordpress 分类目录。将固定链接加入收藏夹。

Google ADs

除非另有声明,本站文章遵循知识共享署名-非商业性使用 2.5 中国大陆许可协议。 Copyright © 2008-2012 99288.NET.CN.