该问题已被锁定!
2
关注
2556
浏览

wecenter的首页无法独立描述吗?

AI智能回复搜索中,请稍后...

为什么被折叠? 0 个回复被折叠
空白丶 初级会员 用户来自于: 广东省深圳市
2017-01-10 21:47
你可以自己在header模版文件里加seo判断语句,或者只能自己添加一个seo程序插件 我新接触wecenter就是自己加的判断语句。
 if (!$_GET['app'] OR $_GET['app'] == 'explore') {  //判断首页
echo '首页关键字';
 }else if ($_GET['app'] == 'question') {  //判断问答列表页
    if( $this->question_info['question_content']<>"" ){  //判断问答内容页
   echo $this->question_info['question_content'];
          foreach($this->question_topics as $key => $val) { //输出内容页话题
          echo '_'.$val['topic_title'].'资源'; 
         } 
   echo '问答内容页关键字'; 
    
    }else{
   echo '问答列表页关键字';
    }
 }else if ($_GET['app'] == 'topic'){  //判断话题首页
        if($this->topic_info['topic_id']<>""){  //判断单独话题列表页
   echo $this->topic_info['topic_title'].'相关资源'; 
        }else{
   echo '话题列表关键字'; 
        }
  }else{
 echo $this->page_title; //其他页面
 }
  接触不多也就在模版里自己加了if判断输出,后期再弄到后台插件里吧。  你也可以试试,只做参考吧。   给你几个判断语句
if ($_GET['app'] == 'home') {  }  //_e('判断动态页');
if (!$_GET['app'] OR $_GET['app'] == 'explore') {  }  //_e('判断发现页')
if ($_GET['app'] == 'question') {  }  //_e('判断问题列表');
if ($_GET['app'] == 'article') {  }  //_e('判断文章页');
if ($_GET['app'] == 'topic') {  }  //_e('判断话题页'); 
if ($this->user_id) { } //$this->user_info['user_name'];判断用户
if( $this->topic_info){ } //$this->topic_info['topic_title'];判断单一话题列表页输出标题
if( $this->question_info){ } //$this->question_info['question_content'];判断问答内容页输出标题
if( $this->question_topics){ } //判断问答话题  下面是循环输出单个问答的话题
foreach($this->question_topics as $key => $val) { echo '_'.$val['topic_title'].'问答话题';} 
if( $this->article_info) { } //$this->article_info['title']判断文章内容页输出标题
if( $this->article_topics) { } //判断文章话题  下面是循环输出单个文章的话题
foreach($this->article_topics as $key => $val) {  $val['topic_title'].'文章话题'; }
 
if ($this->article_info['user_info']['user_name'] <>"")  //文章发布人
echo ','.$this->article_info['user_info']['user_name'].'会员,';
if ($this->question_info['user_info']['user_name'] <>"")  //问题发布人 
echo ','.$this->question_info['user_info']['user_name'].'会员,';
 

问题动态

发布时间
2017-01-10 10:33
更新时间
2017-01-10 21:47
关注人数
2 人关注

相关问题

首页回答内容能不能过滤掉回答内容文本格式
在控制内添加一个新方法跳回首页
wecenter 吐槽
安装完anwsion 登录出问题 登录管理也出问题 首页提示如下
谁有win环境安装好wecenter的,微信公众平台自定义菜单配置成功的案例?
请问wecenter有全文检索吗???
WeCenter 3.1.0 微信无法注册和登陆
使用Ucenter与wordpress互联。wordpress能够获取Wecenter的头像吗?
官方默认手机模板,菜单导航超出会显示不全,也无法响应式适应。
官方首页出现问题@!

推荐内容

问答系统太棒了
不添加话题不能发问题吗?
wecenter 到底是不是传统的开源方式哈?
升级WeCenter V4.1.0神奇现象,PC端报错不能正常浏览,手机端完全正常
wecenter 程序以后还会继续更新维护吗?最近很长一段时间没有看到动态了
question表中的unverified_modify字段是干嘛的?不小心多添加了一个字段是么?
发现个开源框架也用wecenter
{新年快乐}WeCenter 2.5 Beta 5 发布
不能搜索英文?这是为什么啊?