What wordpress theme is this?

WilcoNET

Newbie
Joined
Jul 16, 2012
Messages
1
Reaction score
0
Hey all... really like the following word press themes

compareagift.co.uk or bookcases.co.uk

where can I get one like this does anyone know ?

Many Thanks

Tim
 
You can find out which wordpress theme someone is using
Just view the source code of the blog and find the line given below.

<link rel=?stylesheet? href=? BlogName.com/wp-content/themes/xxxx/style.css? type=?text/css? media=?screen? />

The theme name is sandwiched between themes and style.css. Clearly in this case xxxx is theme name.

I have checked site,both site are customization theme or self made theme .
 
can you send me source code? how to say this because both site are customization theme or self made theme .
There's nothing in the code to suggest that this is an Artisteer theme. The header isn't right for it, and the divs aren't named according to the artisteer format that the program has to use to display correctly. It's just a custom WP theme.
 
They are both my sites, it's a unique theme I had designed and coded for me, therefore not Artisteer.
 
it looks like a customized theme. You can take any free theme and modify the CSS to have it look differently according to your needs. That's the power of WP :-)
 
They are both my sites, it's a unique theme I had designed and coded for me, therefore not Artisteer.

lol sometimes i wonder if people actually read through posts or if they just reply to get their posts up.
 
I agree with Irukichan too. It seems that it is custom made. You can also use the view source code you know.
Or just use Httrack to rip the entire site.
 
here you go
Code:
/*  
Theme Name: COMPARE A GIFTTheme URI: http://wordpress.org/Description: The custom WordPress theme built by <a href="http://www.top-programmer.com/"><strong>Top-Programmer</strong></a>.Author: Top-ProgrammerAuthor URI: http://www.top-programmer.com/This theme was built by <a href="http://www.top-programmer.com"><strong>Top-Programmer</strong></a> */
 
Back
Top