这是什么 WordPress 主题?有没有办法告诉所有网站使用的 WordPress 主题?

发布于 2024-12-07 15:23:22 字数 118 浏览 2 评论 0原文

我正在尝试找出该网站的主题:

moneymachinefactory dot org

我知道有时您可以在页面源代码中看到它。在这种情况下,我不能,但我知道他们正在使用 wordpress。

I'm trying to figure out the theme for this site:

moneymachinefactory dot org

I know sometimes you can see it in the page source. in this case, i can't, but i know they're using wordpress.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

如若梦似彩虹 2024-12-14 15:23:22

有可能是 Wordpress,但那是他们竭尽全力来掩盖这一事实。特别是由于此 URL 失败: http://moneymachinefactory.org/wp-admin ,它可能是表达式引擎、drupal 或 mambo 或其他东西。祝你好运,我只会给他们发电子邮件询问。

It's possible that it's Wordpress, but that would be they went through great lengths to disguise that fact. Especially since this URL fails: http://moneymachinefactory.org/wp-admin , it could be expression engine, drupal or mambo or something else. Good luck, I would just email them and ask.

笛声青案梦长安 2024-12-14 15:23:22

博客http://moneymachinefactory.org/blog/使用WP,但其他页面是静态的。

WP 主题中的样式表没有包含主题信息的标准 WP 样式表标头,而是从根目录加载,而不是 wp-content/themes/themename/style.css: http://moneymachinefactory.org/gzip.php?f0=style.css

他们可能正在重写典型的 WP URL .htaccess。为了(某些)安全性并可能(在某种程度上)保护设计,这已成为一种流行的做法。

The blog http://moneymachinefactory.org/blog/ uses WP, but the other pages are static.

The style sheet in the WP theme doesn't have a standard WP style sheet header with theme info and is loaded from root instead of wp-content/themes/themename/style.css: http://moneymachinefactory.org/gzip.php?f0=style.css

They are probably rewriting the typical WP URLs with .htaccess. It's getting to be a popular thing to do for (some) security and possibly to (somewhat) protect designs.

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