自定义 wordpress 组合
Custom wordpress portfolio
我正在为摄影师制作作品集页面。摄影师应该能够通过 wordpress 添加新项目。我不太熟悉 wordpress 如何使用 "post" 或 "project" 的输入来创建新的投资组合项目。
目前我对 HTML 和 CSS 有中级知识。我如何才能将自己的样式分配给尚未创建的内容?我认为这需要 PHP?
的知识
我知道这是一个非常笼统的问题,对于我的问题过于模糊,我深表歉意。搜索解决方案还只给了我插件解决方案。
为了创建自定义 WordPress 模板,不仅需要一些基本的 PHP 知识,还需要 WordPress template 知识。你可以在这里阅读所有关于它们的信息。
我建议改用主题。有countless (the link is just an example) amazing portfolio themes, lots of them free and all of them responsive. If you want to go along with your current theme and use just a plugin to create those portfolio items, I suggest a plugin like Advanced Custom Fields.
我正在为摄影师制作作品集页面。摄影师应该能够通过 wordpress 添加新项目。我不太熟悉 wordpress 如何使用 "post" 或 "project" 的输入来创建新的投资组合项目。
目前我对 HTML 和 CSS 有中级知识。我如何才能将自己的样式分配给尚未创建的内容?我认为这需要 PHP?
的知识我知道这是一个非常笼统的问题,对于我的问题过于模糊,我深表歉意。搜索解决方案还只给了我插件解决方案。
为了创建自定义 WordPress 模板,不仅需要一些基本的 PHP 知识,还需要 WordPress template 知识。你可以在这里阅读所有关于它们的信息。
我建议改用主题。有countless (the link is just an example) amazing portfolio themes, lots of them free and all of them responsive. If you want to go along with your current theme and use just a plugin to create those portfolio items, I suggest a plugin like Advanced Custom Fields.