[Help] Wordpress Theme

rohitesh

Junior Member
Joined
May 12, 2013
Messages
118
Reaction score
53
I have downloaded a site using Inspyder Web2Disk....

Found theme files... like Style.css and JS files and other files like font and everything... I want to use the theme of this site... How can i use it... I uploaded complete folder after modification to my Site and in theme selection page it says that theme is broken... need stylesheet and template for it...

Any suggestion how I can use this...

Thnx
 
I haven't used inspyder. However wordpress themes contain php files, files that cannot be downloaded. You will need these files for your theme to work with wordpress as an installable theme.. If I only had a tool to rip php, ouch. Best bet is to look around the web for the theme name and try to find a download for it.. Good Luck
 
i think you are going in wrong direction.. word press themes comes in a complete package which contains .php files n many other folders..you cant do modification before installing them on your server or locally.. i have built my web site in word press too ..
 
Inspyder does not work for wordpress themes. You will have to find out what theme they are using and buy/download the whole template.
 
As other guys said you cant just take an wordpress theme like that...
Your best bet is to find what theme are they using and buy or download it if it is for free.
If is a custom made theme, forget it if you dont want to spend some money to reproduce the same one :)
 
Every Wordpress theme gets works for wordpress environment
iff its style.css contains the below code in top

Code:
/*
Theme Name: xxxx
Theme URL: http://xxxxx
Description: a small description
Author: Name of the creator
Author URI: sitename
Version: 1.0.x
*/

from OP post, I gt , it does not containing that header on style.css

so it is obvious, it is not a Wordpress theme

@OP

If you really like those templates, which you downloaded/got
then ask a wordpress developer, he/she can easily add those templates on a wordpress theme
its called template modification

thanks
 
I have this code in .css file..

Yes this is custom theme.... and i want to make same copy for my site... basically the site which i copied is a photo sharing site.. and it like normal pin sites.... but the best thing i like is they are using dynamic ad posting between the post... Means a ad is shown in between of picture.... i think u got wht m saying....So this is my main concern...

Every Wordpress theme gets works for wordpress environment
iff its style.css contains the below code in top

Code:
/*
Theme Name: xxxx
Theme URL: http://xxxxx
Description: a small description
Author: Name of the creator
Author URI: sitename
Version: 1.0.x
*/

from OP post, I gt , it does not containing that header on style.css

so it is obvious, it is not a Wordpress theme

@OP

If you really like those templates, which you downloaded/got
then ask a wordpress developer, he/she can easily add those templates on a wordpress theme
its called template modification

thanks
 
Back
Top