Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorsagarraja
    • CommentTimeJan 9th 2009
     
    Hi - I am new to plogger and i have been ripd of by a web designer charging me for plogger "giving me the best". However I want to rename a theme from there company name to my company name.. Is this possible??
    •  
      CommentAuthormemic.a
    • CommentTimeJan 9th 2009 edited
     
    Hi,
    rename the theme folder and then go to plogger database and change in the "plogger_config" table the "theme_dir" to the new name of your theme folder....
    I didn't tested it but should work...
    •  
      CommentAuthorRageRacer
    • CommentTimeJan 9th 2009
     
    If you have the theme on your PC open meta.php within the theme folder and look for

    $theme_name = "your theme name";

    "your theme name" being the name of the current theme. Change this and the main folder name and upload into the themes folder. It will now show as the new name in the themes area for you to activate.

    You can also change the following tags.

    $version = "version number here";
    $author = "your name";
    $url = "your URL if you wish";
    $description = "Add a description here if you want";