开发者

How can I tell if someone is using wordpress? [closed]

开发者 https://www.devze.com 2023-01-19 18:02 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. 开发者_C百科 Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.
开发者_C百科

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 12 years ago.

Improve this question

Can I tell by looking at the source code if someone is using wordpress?


Yes. View source and look at the meta generator tag. You'll see something like this if they're using Wordpress:

<meta name="generator" content="WordPress 3.0" />


Check if it has this meta-tag as most Wordpress solutions have:

<meta name="generator" content="WordPress 3.0.1" />

Or go to /wp-admin/ on the domain to see if there is an adminstration login.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号