1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Can i change the name of my wordpress theme ?

Discussion in 'WordPress' started by puredigits, Apr 21, 2013.

  1. #1
    Hi'
    I purchased a wordpress theme recently and uploaded it on my website, It's working great BTW..

    But i want to rename the theme as my company name -
    http://www.domainname.com/wp-content/themes/themename/style.css

    Need suggestions about this....


    Thanks....
     
    puredigits, Apr 21, 2013 IP
  2. Devtard

    Devtard Notable Member

    Messages:
    850
    Likes Received:
    133
    Best Answers:
    4
    Trophy Points:
    220
    #2
    Devtard, Apr 21, 2013 IP
  3. pupul

    pupul Prominent Member

    Messages:
    1,737
    Likes Received:
    66
    Best Answers:
    2
    Trophy Points:
    340
    #3
    Yeah, you can change the name. You have to rename the folder name.
    Also you should rename it from CSS file.
     
    pupul, Apr 21, 2013 IP
  4. puredigits

    puredigits Active Member

    Messages:
    163
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    78
    #4
    I understand, But don't you think it will affect my css file ?
     
    puredigits, Apr 21, 2013 IP
  5. puredigits

    puredigits Active Member

    Messages:
    163
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    78
    #5

    Oops ... I have just tried and it doesn't work :(
     
    puredigits, Apr 21, 2013 IP
  6. Devtard

    Devtard Notable Member

    Messages:
    850
    Likes Received:
    133
    Best Answers:
    4
    Trophy Points:
    220
    #6
    It won't.

    That's weird. Well, you can change the FTP client or just reupload the folder with a different name.
     
    Devtard, Apr 21, 2013 IP
  7. puredigits

    puredigits Active Member

    Messages:
    163
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    78
    #7

    Any idea how can i rename it from css file ?
     
    puredigits, Apr 21, 2013 IP
  8. pupul

    pupul Prominent Member

    Messages:
    1,737
    Likes Received:
    66
    Best Answers:
    2
    Trophy Points:
    340
    #8
    See the CSS file
    e.g.: Theme Name: AplauPro
    Change the name "AplauPro" to a new name
     
    pupul, Apr 21, 2013 IP
  9. Devtard

    Devtard Notable Member

    Messages:
    850
    Likes Received:
    133
    Best Answers:
    4
    Trophy Points:
    220
    #9
    Appearance → Editor → style.css:

    In this case, "Twenty Ten" on the first line is the template's name.

    /*
    Theme Name: Twenty Ten
    Theme URI: http://wordpress.org/
    Description: The 2010 default theme for WordPress.
    Author: wordpressdotorg
    Author URI: http://wordpress.org/
    Version: 1.0
    Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
    */
    Code (markup):
     
    Devtard, Apr 21, 2013 IP
  10. puredigits

    puredigits Active Member

    Messages:
    163
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    78
    #10
    puredigits, Apr 21, 2013 IP
  11. Devtard

    Devtard Notable Member

    Messages:
    850
    Likes Received:
    133
    Best Answers:
    4
    Trophy Points:
    220
    #11
    I don't have a crystal ball so I don't know what exactly doesn't work. In any case, you can download the theme and rename it locally and then upload it (via FTP or WordPress).
     
    Devtard, Apr 21, 2013 IP
  12. karthimx

    karthimx Prominent Member

    Messages:
    4,959
    Likes Received:
    127
    Best Answers:
    2
    Trophy Points:
    340
    #12
    on top of style.css

    /*
    Theme Name: change this name
    */
     
    karthimx, Apr 21, 2013 IP
  13. IvinViljoen

    IvinViljoen Member

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #13
    You can rename it, but make sure you have the rights to do so. Also, your name change may affect soem paths within your site.
     
    IvinViljoen, Apr 22, 2013 IP
  14. premiumwordpressthemes

    premiumwordpressthemes Active Member

    Messages:
    112
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    96
    #14
    you can rename the theme name for both: theme name in css file and the name of theme folder. However, you have to go to Appearance/ Themes to reload your theme.
     
    premiumwordpressthemes, Apr 24, 2013 IP
  15. cadavr

    cadavr Active Member

    Messages:
    97
    Likes Received:
    21
    Best Answers:
    1
    Trophy Points:
    90
    #15

    renaming your theme folder will not affect your .css file directly. however, it can affect image paths.

    example: if your body has a background:url('/wp-content/themes/themeone/images/bg.png'); and you go and change the name of the theme, you'll also want to update all the image paths :) same for any images called in the other templates. just use your search function (ctrl + f)
     
    cadavr, Apr 29, 2013 IP