In this article, you will find the easy way to check your wordpress version. 1. Check wordpress version trough Admin dashboard In This way, you must l
In this article, you will find the easy way to check your wordpress version.
1. Check wordpress version trough Admin dashboard
In This way, you must logged in as admin. You can see your wordpress version in bottom right like this picture:
Loading...
In the screen shoot above, you see The version of WordPress are Wordress 4.4.2
2. Check WordPress Version trough HTML Source Code
Open The WordPress page, and push Ctrl + u to see HTML Code:
Press Ctrl + f to open find command. Find “generator” and you will get the line with meta tag generator like thiss:
<meta name="generator" content="WordPress 4.4.2" />
3. Check WordPress theme trough readme.html
This is the easiest way to find your wordpress version. open http://www.yourdomainname.com/readme.html
and you will find this page:
COMMENTS