是否可以识别 WordPress 主题?
Is it possible to identify a WordPress Theme?
我有这个网站 https://londonrealacademy.com/,我需要一个最接近这个网站的 wordpress 主题。是否可以搜索?
您可以通过站点源代码查看主题。
查看源代码并检查 link 任何主题文件,如
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://londonrealacademy.com/wp-content/themes/kleo/assets/js/html5shiv.js"></script>
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" href="https://londonrealacademy.com/wp-content/themes/kleo/assets/css/fontello-ie7.css">
<![endif]-->
这里使用的主题是'Kleo'
第二种方法允许您同时查看主题和插件。在 Chrome 中打开站点,然后右键单击并 select "Inspect" 或从 Chrome 的 "More Tools" 菜单中打开 "Developer Tools"。然后 select "Sources" 选项卡并打开 "wp_content" 文件夹。
在下图中(来自主题有自己的插件的不同站点),您可以看到主题(针对此测试站点)是 "Finanza"。主题插件有di-menu、fancybox等,其他插件有Azurecurve toggle showhide、cc child pages等
我有这个网站 https://londonrealacademy.com/,我需要一个最接近这个网站的 wordpress 主题。是否可以搜索?
您可以通过站点源代码查看主题。 查看源代码并检查 link 任何主题文件,如
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://londonrealacademy.com/wp-content/themes/kleo/assets/js/html5shiv.js"></script>
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" href="https://londonrealacademy.com/wp-content/themes/kleo/assets/css/fontello-ie7.css">
<![endif]-->
这里使用的主题是'Kleo'
第二种方法允许您同时查看主题和插件。在 Chrome 中打开站点,然后右键单击并 select "Inspect" 或从 Chrome 的 "More Tools" 菜单中打开 "Developer Tools"。然后 select "Sources" 选项卡并打开 "wp_content" 文件夹。
在下图中(来自主题有自己的插件的不同站点),您可以看到主题(针对此测试站点)是 "Finanza"。主题插件有di-menu、fancybox等,其他插件有Azurecurve toggle showhide、cc child pages等