WordPress is the most popular CMS nowadays.We can check easily what version of WordPress we are using.To check the WP version just follow the steps.
First, you need to logging WordPress admin.Just type wp-login just after your domain and it will lead you to the admin panel.
After login to WordPress you will see WP version at "At a glance" admin widget and if you scroll down to bottom you will find " " next to it WordPress version will also come up.
Here we are using WordPress version 4.8.2.
This steps you can follow only if you have WordPress access.
There is also many ways to check WordPress version.
Method 1: Looking for Generator Tag in Source Code
To check through source code just load your website in a tab and right click on an empty space on the screen and View Page Source. It will show all the page codes.
Now press CTRL+F and find "generator".If this is WordPress website, you will see WordPress version from here.
Method 2: Viewing readme.html File
WordPress installation creates a readme file from the begging of WP setup.To check readme file type readme.html just after your domain.
For example:
http://preset.colordesignadv.com/readme.html
Method 3: Viewing Source Code of WordPress Login Screen
To view source code of WordPress login screen add wp-loggin.phpwhen you are login to WordPress admin panel.Now "View Page Source " and find ‘ver=’ You will see version parameter added to stylesheets.
You can check WordPress version using many plugins.Just search google for your browser plugin.
First, you need to logging WordPress admin.Just type wp-login just after your domain and it will lead you to the admin panel.
After login to WordPress you will see WP version at "At a glance" admin widget and if you scroll down to bottom you will find " " next to it WordPress version will also come up.
Here we are using WordPress version 4.8.2.
This steps you can follow only if you have WordPress access.
There is also many ways to check WordPress version.
Method 1: Looking for Generator Tag in Source Code
To check through source code just load your website in a tab and right click on an empty space on the screen and View Page Source. It will show all the page codes.
Now press CTRL+F and find "generator".If this is WordPress website, you will see WordPress version from here.
<meta name="generator" content="WordPress 4.4.2" />
Method 2: Viewing readme.html File
WordPress installation creates a readme file from the begging of WP setup.To check readme file type readme.html just after your domain.
For example:
http://preset.colordesignadv.com/readme.html
Method 3: Viewing Source Code of WordPress Login Screen
To view source code of WordPress login screen add wp-loggin.phpwhen you are login to WordPress admin panel.Now "View Page Source " and find ‘ver=’ You will see version parameter added to stylesheets.
You can check WordPress version using many plugins.Just search google for your browser plugin.
Comments
Post a Comment