回复帖子
标题: Wordpress建站中怎么跟程序猿沟通
领航猿
永不福步




UID 3383697
积分 203
帖子 9
阅读权限 0
注册 2021-7-15
状态 离线
发表于 2021-8-26 12:03  资料  个人空间  个人短信  加为好友  只看该作者
Wordpress建站中怎么跟程序猿沟通

1. 建站目的说明

无论你的网站是新建还是重建,在需求文档的开头,你需要简单明确的描述建站目的,让开发知道:
他将要开始做一个什么样的项目?
客户对这个网站的期望值是怎样的?最关心的问题是什么?
这样可以保证你和开发从一开始就处于同一频道,奔着同一个目的努力。

有人可能会问:建站嘛,目的不就是建一个网站,好像没什么好说的呀。

如果你是新建网站,你可以说明下你对这个站的总体期望,比如你最看重网站的哪些方面:


-- Aim of Site Building
!!! First: Good site speed & have a good performance on (pc & mobile)
Second: achieve all the design effect provided by web designer
Third: make the website easy to edit for normal people


如果你是重建网站,你可以说明为什么你要重建这个站,让开发知道你经历了什么,以及重建站时最需要避免哪方面的问题。

Why to rebuild this site:
Due to the poor quality of the theme code, the conflict between different wp builders and too many wp plugins, the site loading speed is severely affected.
What's worse is, every time we make some changes to the site style/function, a lot of display issues occur and we need to spend a lot of time reviewing the whole site to find out the bugs. It's just somewhat complicated to maintain this site currently, so we made a hard decision to rebuild it with the new theme.


2. 提供相关账号

接下来,你需要把开发在建站中可能要用到的账号和信息一次性给到开发。
如果你不提前准备好,那你跟开发由于时差问题,可能会因为账号确认问题耽误很多时间,从而延误整个建站进度。
那我们应该提供哪些信息呢?包括但不限于:
域名名称
域名注册商账号密码
网站空间商账号密码
需要的网站插件
开发在建站过程中注册任何账号时使用的邮箱账号(比如wp后台主账号)
需求方对接人联系信息

我们自己是这么写的(红字部分可以替换成你自己的信息):
Acccount Info You May Need During Site Building
1.domain:xxx.com
2.where I bought the domain:godaddy.comaccount:??  pw:??
3.where I host the website: siteground.com Account: ??  pw:??
4.some must-have wordpress plugins:
rankmath
woocommerce

...
5.During our site building, if u create any new account, such as wp admin access, google analytics, google search console, etc., pls sign up with email address provided below:
account: ??@gmail.com If u need any verification code from this email, let me know.
After u create any new account, pls send me the account info.
6.Your direct contact person: Jeff  ** account: ??


3. 全站格式规范
对于开发来说,有设计稿的那几个页面,他可以照着设计稿做。
但对于需要全站统一使用的格式,开发是完全不清楚的。
总不能让开发根据已有设计稿去猜我们的统一格式要求吧?因为通常来说,开发的逻辑都很好,但审美常常是非常销魂、一言难尽。。。。。

所以,全站的格式规范不仅仅网站视觉设计师需要,网站开发也是需要的,包括但不限于:
网站logo
网站主题色
网站字体
网站h1,h2...等标题内容
网站页边距
网站链接结构


我们自己是这么写的:
Overall Requirement for Whole Site
1.website logo: ??    site icon: ??
2.Brand color: #b70100
3.Font: Futura PT
4.Heading: Font size for h1, h2, ... and plain text, they should be set properly and keep consistent everywhere.
5.Page margin: Keep a proper page margin and keep it consistent for the whole site.
6.Link structure:
all the url should start with: https://www.xxx.com;
all the characters in url should be lowercase;
auto-connect phrase with - ;
all the urls should be short with only 1 level: https://www.xxx.com/xxx;


4.前端设计说明

接下来,网站开发需要明确这个网站的基本外观怎么实现,也就是前端设计部分。
无论前端设计是由专业的网站视觉设计师提供、还是用主题模板来做,都需要跟开发说明。


如果由专业网站设计师提供:
All the front end effect is provided by our web designer, pls check in detail on below files:
https://drive.google.com/file/d/xxx/view?usp=sharing
Pls achieve the page style and the interactive effect according to the design.


如果用主题模板来实现:
theme preview: https://demo.xxx.com/
theme download: https://themeforest.net/xxx   
Account: ??  pw: ??


5.后端开发说明
后端开发最重要的就是wp编辑器的选择了。
选用什么编辑器,不仅决定了你的代码质量,网站加载速度,也决定了你自己编辑内容上传内容的难易程度。
此外,一个网站最好只使用一个编辑器来完成所有工作,多个编辑器混用会影响网站速度。

那众多编辑器种,我们到底选哪个呢?
我个人最推荐的编辑器当然是wordpress自带的guternburg,原因是:
功能简洁不臃肿
足够开发做出符合设计要求的页面
不懂代码的运营人员也能很方便的编辑修改和上传内容
作为wordpress自家的编辑器,几乎可以保证这个编辑器永远不会过时。

当然,如果你要使用这个编辑器,那网站设计最好是由专业设计师提供,然后由开发手动实现。
如果你要用主题模板其实也可以,选主题模板的时候最好选这些用guternburg做的主题。




很多人推荐用elementor,但就这几年的体验来说,我个人更喜欢guternburg。尤其是页面内容较多的时候,elementor经常卡住。不刷新吧,只能干等奇迹的出现;刷新吧,又很可能会丢失自己刚刚上传的内容。反正用起来不如guternburg顺畅。

此外,wordpress有一个插件叫ACF。利用这个插件,开发可以在任何不可编辑的页面,比如产品列表页,博客列表页等等,额外添加编辑区域。搭配guternburg一起使用真的很绝。


6.功能和要求说明

大部分时候,网站设计图只能阐述页面的视觉效果,就是这个网站看起来是怎么样的。
但实际上,这个网站需要使用的功能,以及一些没有在设计稿中体现的细节,我们还需要进一步给开发说明。


我们自己是这么写的:
header: pls always stick to the top
breadcrumb: pls have it on each page
H1 heading: each page should have a default H1 heading, make the page title as h1 heading.
sitemap: generate sitemap automatically once we have changes on website (rankmath is suggested to use)
back to top icon: each page should have a back to top icon in brand color
chat function: each page has a chat widget for clients to send inquiry conveniently (tawk.to offline mode is suggested to use)
translation function: the site needs to be translated into: french, spanish, russian, ....etc. (gtranslate is suggested to use)
inquiry: all the inquiries, including the chat widget msg, contact form, cart inquiry, should be automatically forwarded to our sales team email address: sales@xxx.com
price: this is a b2b website, dont display price section at anywhere.
image alt text: automatically generate alt text according to the image title
image optimization: pls suggest a wordpress plugin to optimize all the images on website.
ssl certificate: pls install a free and lifetime ssl for our wbeiste
ga code: pls insert our ga code to website: UA-xxx-1
wp plugin update issue: no matter which plugin gets updated, the site style & appearance should not be affected. So to be careful when u install any plugin.
website auto-backup: pls open the auto-backup function for whole website in case any accident
site safety: pls keep our website free of some basic safety issues (cloudflare free version is suggested)
site speed: should pass google pagespeed insight test
mobile friendly: should pass google mobile friendly test
....

总之,把你所有能提前想到的功能和要求写下来。
写不全也没关系,网站做好之后,你自己还会整体再看一遍。
有了具体的网站参考,你大概也知道哪些功能要增加、要删减。


7.网站重建需要注意什么

如果你是新建网站,以上这些就够了。
如果你是重建网站,那还会涉及到原网站内容同步和链接的处理。

我们自己是这么写的:
Data to sync:
We will need to sync or import the below data from the old site.
Must-have data
roduct Categories & Product Data
product catgories: https://www.xxx.com/wp-admin/edi ... p;post_type=product  
product data:
https://www.xxx.com/wp-admin/edit.php?post_type=product  
Blog Categories and Blog Data
blog categories:
https://www.xxx.com/wp-admin/edit-tags.php?taxonomy=category
blog data:
https://www.xxx.com/wp-admin/edit.php  
Meta Seo Data
https://www.xxx.com/wp-admin/adm ... top#keywords-export

顶部
jully2009
论坛元老
Rank: 6Rank: 6



UID 912188
积分 49925
帖子 401
福步币 2 块
阅读权限 120
注册 2009-1-30
状态 离线
发表于 2021-8-28 10:41  资料  个人空间  个人短信  加为好友  只看该作者 QQ
这个是找的谁帮忙建站的啊?很期待建站的结果哦

顶部
领航猿
永不福步




UID 3383697
积分 203
帖子 9
阅读权限 0
注册 2021-7-15
状态 离线
发表于 2021-8-30 10:04  资料  个人空间  个人短信  加为好友  只看该作者
回复 #2 jully2009 的帖子

我们是找国外外包建的站,效果很好,所以就分享出一些我们的经验

顶部
jully2009
论坛元老
Rank: 6Rank: 6



UID 912188
积分 49925
帖子 401
福步币 2 块
阅读权限 120
注册 2009-1-30
状态 离线
发表于 2021-9-1 18:58  资料  个人空间  个人短信  加为好友  只看该作者 QQ
能分享你的网站吗? 正准备交给老外建站,能交流么?

顶部
YMEN
中级会员
Rank: 3Rank: 3


UID 126080
积分 2219
帖子 53
阅读权限 40
注册 2006-8-18
状态 离线
发表于 2022-7-22 14:49  资料  个人空间  个人短信  加为好友  只看该作者
Thanks, shared it with email

顶部
一诺网络
福步建站
Rank: 4
QQ 188227006


UID 2819578
积分 8298
帖子 960
阅读权限 80
注册 2016-11-9
状态 离线
发表于 2022-8-1 03:17  资料  个人空间  个人短信  加为好友  只看该作者 QQ
专业的事交给专业的人,比如我

顶部
 

福步全球商业企业推荐: [packaging] L & J Supply Co

当前时区 GMT+8, 现在时间是 2024-3-29 15:54
沪ICP备05002584号

Powered by D1scuz!  © 2001-2025 FOBShanghai.com
Processed in 0.647550 second(s), 7 queries , Gzip enabled ,240

清除 Cookies - 联系我们 - 福步外贸网 - Archiver - 手机客户端