从客户那里得到 PSD 后,你们的 WordPress 2.9 主题开发流程是怎样的?
- 什么是有用且免费 制作 WordPress 2.9 的资源 主题?
Dreamweaver对制作主题有帮助吗?节省时间的秘诀是什么?我在 Windows 上使用 Dreamweaver CS3。我的主要浏览器是FF 3.6。我知道 Dreamweaver 的一些扩展,但这些扩展并未随 WordPress 版本更新。
- 我们应该直接编辑主题文件吗 在实时服务器或本地 XAMPP 选项上 更好吗?
- 我应该创建 XHTML CSS 版本吗 PSD 然后 XHTML CSS 到 WordPress?
- 制作 PSD 的 XHTML CSS 版本后 如何合并 WordPress 2.9 标签 在里面?
有没有人尝试过这个工具 http://www.themedreamer.com/ 这真的有帮助吗?
- What are useful and free
resources to make Wordpress 2.9
themes?
Is Dreamweaver helpful to make themes ? What are time saving tips? I'm using Dreamweaver CS3 on Windows. and my main browser is FF 3.6. I know some extensions of dreamweaver but those are not updated with wordpress versions.
- Should we edit theme files directly
on live server or Local XAMPP option
is better? - Should i create XHTML CSS version of
PSD then XHTML CSS to wordpress? - After making XHTML CSS Version of PSD
how to incorporate Wordpress 2.9 Tags
in it?
Has anyone tried this tool http://www.themedreamer.com/ is this really helpful?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您的三个问题的答案:
the_tags()
即可。请参阅 http://codex.wordpress.org/Template_Tags 。我推荐您阅读的一本书是《深入 WordPress》:http://digwp.com/ 。它向您展示了如何开始为 WordPress 开发主题。
Answers to your three questions:
the_tags()
inside the Loop. See http://codex.wordpress.org/Template_Tags .One book that I recommend you read is Digging into WordPress: http://digwp.com/ . It shows you exactly how to get started developing themes for WordPress.
学习 PHP。 Dreamweaver 为此内置了工具。
Learn PHP. Dreamweaver has built in tools for this.