给自己的博客添个ico

2009年10月14日 1:44 上午  |  分类:WordPress

突然想个性点,给疯狂王子添个头像。animated_favicon1

那,如何给wordpress博客加个favicon.ico图标呢?

1、先给自己制作一个ico图,这里分享一个在线制作favicon的网站:http://www.html-kit.com/favicon/ 。将制做好的图直接下载到本地就可以。里面有三个文件:animated_favicon1.gif,favicon.ico和ReadMe.txt。

2、将 favicon.ico 和 animated_favicon1.gif 上传到博客FTP的根目录下;

3、复制下面代码到博客FTP模板下的 header.php文件中, 放到<head> 和 </head> 之间:

   <link rel=”shortcut icon” href=”favicon.ico” >
   <link rel=”icon” type=”image/gif” href=”animated_favicon1.gif” >

zen cart页面静态化后链接无效

2009年09月30日 2:38 上午  |  分类:SEO,Zen Cart专题

zen cart网站页面静态化后页面成无效,点击则页面空白。解决方法是:

进入FTP根目录,找到文件.htaccess,在第四行RewriteBase /shop/前面加个#号即改成 #RewriteBase /shop/

保存,上传,OK…

新建zen cart网站首页一段内容怎么删除?

2009年09月29日 9:27 下午  |  分类:Zen Cart专题

新建zen cart网站后,往往主页中间有一段话如下:

Our professional services will help you to breathe new life into your business. Feel free to describe the functionality of modules and templates you need to enhance your Zen Cart by sending us a request for quote. Even more, you can use our site to download free templates and modules for your Zen Cart! Make your store eminent and surely customers will appreciate that. This is the main define statement for the page for english when no template defined file exists. It is located in: /includes/languages/english/index.php

删除方法是:FTP:/includes/languages/english/当前使用的模板名/index.php,在define(‘TEXT_MAIN’,”);里有这一段内容,删除!

另:前面如果有句Welcome to WebShop.com,也是在该文件里改的,位置是define(‘HEADING_TITLE’, ‘);里。

ECShop如何实现前台英文,后台中文?

2009年09月29日 3:04 上午  |  分类:Zen Cart专题

一朋友安装了ECShop安装包后,前后台都是英文的。怎么让网站前台是英文,后台是中文的呢?

进入FTP,把 languages目录下的zh_cn/admin的文件夹复制到en_us下面(原来en_us下面的admin文件夹删掉),这样进入后台之后,后台就是中文的了,初步操作未发现问题。注意,要退出后再进入才能生效。

干吗用ECShop的呢?用Zen Cart多好啊。呵呵

ECShop V2.7.0 正式版 下载