risefromdeath
BANNED
- Jul 1, 2009
- 651
- 107
We all wonder at times what theme,version or plugins a wp is using..
Here are a few tips that might help you..some are collected from various threads posted here..rest are from my own experience..
How to know if a site is Wordpress?
Method 1:
Open source of site and find the following in the <head> section
IF you can see that..its a wordpress site.
Method 2:
Open url something like this:-
How to know the version of Wordpress?
Method 1:
Open source of site and find the following in the <head> section
xxxx is the version of wordpress
Method 2:
Open url something like this:-
How to know which theme a wordpress is using?
Method 1:
Open url something like this:-
(Assuming directory listing is on)
Method 2:
Find the CSS file in the head section something like this
It might be in short name for the full theme name.Google about it..you should be able to find the original name.
Method 3:
Open the CSS file found above.IT should contain all details about the theme.
Method 4:
Although this is the first thing you all must already be doing..still its nice to list it here.
Check site's footer. Many themes insert footer links. And who knows you might get lucky and someone might just have forgot to remove the credits
How to know what plugins a wordpress is using?
Method 1:
Open url something like this:-
(Assuming directory listing is on)
unfortunately asaik there isnt much info you can get about the plugins..
Here are a few tips that might help you..some are collected from various threads posted here..rest are from my own experience..
How to know if a site is Wordpress?
Method 1:
Open source of site and find the following in the <head> section
HTML:
<meta name="generator" content="WordPress xxxx" />
Method 2:
Open url something like this:-
IF it gives you a login screen ,its most likely wordpresshttp://site.com/wp-admin/
How to know the version of Wordpress?
Method 1:
Open source of site and find the following in the <head> section
HTML:
<meta name="generator" content="WordPress xxxx" />
Method 2:
Open url something like this:-
You should be able to see the wordpress version there.http://site.com/readme.html
How to know which theme a wordpress is using?
Method 1:
Open url something like this:-
You should be able to see the list of all themes uploaded to the blog.http://site.com/wp-content/themes/
(Assuming directory listing is on)
Method 2:
Find the CSS file in the head section something like this
Here the folde xyz represents the folder name for the theme.http://site.com/wp-contents/themes/xyz/style.css
It might be in short name for the full theme name.Google about it..you should be able to find the original name.
Method 3:
Open the CSS file found above.IT should contain all details about the theme.
Method 4:
Although this is the first thing you all must already be doing..still its nice to list it here.
Check site's footer. Many themes insert footer links. And who knows you might get lucky and someone might just have forgot to remove the credits
How to know what plugins a wordpress is using?
Method 1:
Open url something like this:-
You should be able to see the list of all plugins uploaded to the blog.http://site.com/wp-content/plugins/
(Assuming directory listing is on)
unfortunately asaik there isnt much info you can get about the plugins..
Last edited: