我如何进行这些 WordPress 配置?
我正在使用 WordPress 制作一个静态网站,需要知道
- 如何删除评论功能
- 如何删除 RSS 订阅
- 如何删除页脚“主题:Ben Eastaugh 和 Chris Sternal-Johnson 的 Tarski。 Blog at WordPress.com”
- 选择与我的结构相匹配的主题。URL
为 http://eddaconsult.wordpress.com 我该怎么做呢?这取决于主题吗?我应该制作自己的主题并省略评论、RSS 订阅和页脚吗?你有什么建议吗?
谢谢
I'm making a static website with wordpress and need to know
- How to remove comments function
- How to remove RSS subscribe
- How to remove footer that says "Theme: Tarski by Ben Eastaugh and Chris Sternal-Johnson.
Blog at WordPress.com" - Select a theme that matches my structure.
The URL is http://eddaconsult.wordpress.com
How can I do it? Does it depend on the theme? Should I make my own theme instead and leave out comments, RSS subscribe and footer? What do you recommend?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
就个人而言,我将根据默认的 WordPress 主题或其他主题创建一个新的 WordPress 主题,以使其更容易:
删除RSS订阅,在你的functions.php中:
可能会帮助你选择一个好的主题来开始你的工作http://themeforest.net/ 并编辑它:p
Personnaly to do what you want, i will create a new wordpress theme based on the default wordpress theme or another to make more easier :
To remove RSS subscribe, in your functions.php :
May be to help you to choose a good theme to start your work go on http://themeforest.net/ and edit it :p