<code id='F0B51DF9D6'></code><style id='F0B51DF9D6'></style>
    • <acronym id='F0B51DF9D6'></acronym>
      <center id='F0B51DF9D6'><center id='F0B51DF9D6'><tfoot id='F0B51DF9D6'></tfoot></center><abbr id='F0B51DF9D6'><dir id='F0B51DF9D6'><tfoot id='F0B51DF9D6'></tfoot><noframes id='F0B51DF9D6'>

    • <optgroup id='F0B51DF9D6'><strike id='F0B51DF9D6'><sup id='F0B51DF9D6'></sup></strike><code id='F0B51DF9D6'></code></optgroup>
        1. <b id='F0B51DF9D6'><label id='F0B51DF9D6'><select id='F0B51DF9D6'><dt id='F0B51DF9D6'><span id='F0B51DF9D6'></span></dt></select></label></b><u id='F0B51DF9D6'></u>
          <i id='F0B51DF9D6'><strike id='F0B51DF9D6'><tt id='F0B51DF9D6'><pre id='F0B51DF9D6'></pre></tt></strike></i>

          
          当前位置:首页 > wordpress赛车彩票平台app财富隐藏文章部分内容需要注册登录后可见云开体育app官方网站升级

          wordpress赛车彩票平台app财富隐藏文章部分内容需要注册登录后可见云开体育app官方网站升级

          [hides]这里的内容只为已登录的用户显示的[/hides]

          效果显示图

          有时手动输入代码比较麻烦,

          在你用的主题模板函数functions.php的文件下加入以下代码

          // 添加只允许登录后查看  add_shortcode('hides','loginvisible');function loginvisible($atts,$content=null){if(is_user_logged_in() && !is_null($content) && !is_feed())return $content;return '';}

          在需要加密的内容尾部加入下边两段代码(html编辑器中加入),而注册需要邀请码,就会提示只有登录后才能访问隐藏内容。

          访问一些论坛网站在查看文章内容时会发现云开体育app官方网站升级很多文章帖子尾部都有部分内容游客无法查看,赛车彩票平台app财富就变成了VIP会员可以访问隐藏的内容。需要注册登录或会员才能查看。可以在functions.php下添加快捷编辑按钮代码

          //添加编辑器快捷按钮function mmkj_tags($mce_settings) {?><script type="text/javascript">QTags.addButton( 'hides', '隐藏内容登录可见', '[hides]', '[/hides]' );function yunluo_shortcode() {}</script><?php}add_action('after_wp_tiny_mce', 'mmkj_tags');

          wordpress如何赛车彩票平台ap云开体育app官方网站升级p财富实现代码实现这个功能呢?

          这种功能主要是内容对用户有需求,会员要注册登录才能访问,可以出售邀请码,适合VIP会员,

          分享到: