百分百源码网-让建站变得如此简单! 登录 注册 签到领金币!

主页 | 如何升级VIP | TAG标签

当前位置: 主页>网站教程>Ecshop教程> ecshop文章页面自定义标题
分享文章到:

ecshop文章页面自定义标题

发布时间:12/03 来源: 浏览: 关键词:

随着ecshop越来越多,使用ecshop做商城的不计其数,据说这样不利于ecshop SEO,所有的ecshop的模板都差不多,如果内容相同的话,那么对搜索引擎来说,是特别不友好的,为了减少重复性内容,而且ecshop的标题也存在特别大的问题。比如标题。他就是通过标题+文章分类+商城名称组成的。为了让ecshop文章标题更加灵活。我们可以采用ecshop文章页面自定义标题。

   1:首先给ecshop的文章表ecs_article增加个字段。

   alter table ecs_article add column seo_title varchar(128)

   2: admin/templates/article_info.htm

    <tr>
        <td class="narrow-label">{$lang.title}</td>
        <td><input type="text" name="seo_title " size ="40" maxlength="60" value="{$article.seo_title |escape}" />{$lang.require_field}</td>
      </tr>   

   3:admin/article.php

   $sql = "INSERT INTO ".$ecs->table('article')."(title, cat_id, article_type, is_open, author, ".
                "author_email, keywords, content, add_time, file_url, open_type, link, description,seo_title) ".
            "VALUES ('$_POST[title]', '$_POST[article_cat]', '$_POST[article_type]', '$_POST[is_open]', ".
                "'$_POST[author]', '$_POST[author_email]', '$_POST[keywords]', '$_POST[FCKeditor1]', ".
                "'$add_time', '$file_url', '$open_type', '$_POST[link_url]', '$_POST[description]','$_POST[seo_title]')";

 

  4:admin/article.php

    $exc->edit("title='$_POST[title]', cat_id='$_POST[article_cat]', article_type='$_POST[article_type]', is_open='$_POST[is_open]', author='$_POST[author]', author_email='$_POST[author_email]', keywords ='$_POST[keywords]', file_url ='$file_url', open_type='$open_type', content='$_POST[FCKeditor1]', link='$_POST[link_url]', description = '$_POST[description]',seo_title='$_POST[seo_title]'", $_POST['id'])

 5:article.dwt里面调用

  {$article.seo_title}

  以上就完成了ecshop文章页面自定义标题

打赏

打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

百分百源码网 建议打赏1~10元,土豪随意,感谢您的阅读!

相关文章

共有20人阅读,期待你的评论!发表评论
昵称: 网址: 验证码: 点击我更换图片
最新评论

本文标签

广告赞助

能出一分力是一分吧!

订阅获得更多模板

本文标签

广告赞助

订阅获得更多模板