从客户那里得到 PSD 后,你们的 WordPress 2.9 主题开发流程是怎样的?

发布于 2024-08-29 08:00:08 字数 543 浏览 8 评论 0原文

  • 什么是有用且免费 制作 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

杀お生予夺 2024-09-05 08:00:08

您的三个问题的答案:

  1. 您应该有一个本地开发环境。这样工作起来更快。将您的项目划分为更小的任务。完成每项任务的测试后,将主题上传到实时站点进行测试。
  2. 是的,您应该首先创建标记(XHTML 或 HTML),然后创建 CSS,最后创建 WordPress 主题
  3. 您的主题中合并 WordPress 标签是什么意思?如果您想在帖子中显示标签,只需在循环内使用 the_tags() 即可。请参阅 http://codex.wordpress.org/Template_Tags

我推荐您阅读的一本书是《深入 WordPress》:http://digwp.com/ 。它向您展示了如何开始为 WordPress 开发主题。

Answers to your three questions:

  1. You should have a local development environment. It's faster to work this way. Divide your project into smaller tasks. When you're done testing each task, upload your theme to the live site to test.
  2. Yes, you should create the markup (XHTML or HTML) first, then CSS, and finally WordPress theme
  3. What do you mean incorporating WordPress tags in your theme? If you want to display tags in your posts, simply use 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.

猥︴琐丶欲为 2024-09-05 08:00:08

学习 PHP。 Dreamweaver 为此内置了工具。

Learn PHP. Dreamweaver has built in tools for this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文