uh, at the bottom of any admin panel?
uh, in the source of your pages?
Both statements are short, sweet, and accurate. I just copied this from the dashboard of one of my own sites:
“You are using the xxxx theme with 8 widgets. Change Theme This is WordPress version 2.6. Update to 2.6.1”
I can’t remember WordPress ever not indicating what version I was using somewhere in the backend.
And saying “look in the source” is rather vague. If one starts looking through php files, one is bound to be disappointed
I agree. But.. when Whooami refers to the “source”, she is indicating that one should visit their own web site and once there, select “view” > “page source” or “source” from the browsers menu bar. This is a feature in every browser that I can think of at the moment. It will then open a new window and show you the underlying code that the browser translates into a graphical image for you. In this case, on a wordpress web site, you will usually find the following very close to the top of the page;
<meta name=”generator” content=”WordPress 2.6″ />
You can find out what version anyone’s site is in just a few seconds (providing it has not been obfuscated intentionally). That is what is meant, in this case, by viewing the source code. Anyone administering three blogs with a basic knowledge probably wouldn’t take offense to that answer. It’s sort of like having your teenage kid slap his forehead, roll his eyes at you and say, “well, duh”, at the painfully obvious. ( …maybe that’s just me!)
Peace! ??