我如何进行这些 WordPress 配置?

发布于 2024-11-28 04:45:06 字数 371 浏览 0 评论 0原文

我正在使用 WordPress 制作一个静态网站,需要知道

  1. 如何删除评论功能
  2. 如何删除 RSS 订阅
  3. 如何删除页脚“主题:Ben Eastaugh 和 Chris Sternal-Johnson 的 Tarski。 Blog at WordPress.com”
  4. 选择与我的结构相匹配的主题。URL

http://eddaconsult.wordpress.com 我该怎么做呢?这取决于主题吗?我应该制作自己的主题并省略评论、RSS 订阅和页脚吗?你有什么建议吗?

谢谢

I'm making a static website with wordpress and need to know

  1. How to remove comments function
  2. How to remove RSS subscribe
  3. How to remove footer that says "Theme: Tarski by Ben Eastaugh and Chris Sternal-Johnson.
    Blog at WordPress.com"
  4. 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 技术交流群。

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

发布评论

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

评论(1

顾北清歌寒 2024-12-05 04:45:06

就个人而言,我将根据默认的 WordPress 主题或其他主题创建一个新的 WordPress 主题,以使其更容易:

  • 没有评论循环/表单(或在后台停用)
  • 我自己的名字在页脚:)

删除RSS订阅,在你的functions.php中:

automatic_feed_links(false);

可能会帮助你选择一个好的主题来开始你的工作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 :

  • without comments loop/form (or desactivate in the back office)
  • my own name in the footer :)

To remove RSS subscribe, in your functions.php :

automatic_feed_links(false);

May be to help you to choose a good theme to start your work go on http://themeforest.net/ and edit it :p

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