Plogger Support Forum - rename a theme Fri, 29 Mar 2024 09:26:42 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 rename a theme http://www.plogger.org/forum/comments.php?DiscussionID=2434&Focus=9669#Comment_9669 http://www.plogger.org/forum/comments.php?DiscussionID=2434&Focus=9669#Comment_9669 Fri, 09 Jan 2009 12:37:16 +0000 sagarraja rename a theme http://www.plogger.org/forum/comments.php?DiscussionID=2434&Focus=9672#Comment_9672 http://www.plogger.org/forum/comments.php?DiscussionID=2434&Focus=9672#Comment_9672 Fri, 09 Jan 2009 17:08:35 +0000 memic.a 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...]]>
rename a theme http://www.plogger.org/forum/comments.php?DiscussionID=2434&Focus=9673#Comment_9673 http://www.plogger.org/forum/comments.php?DiscussionID=2434&Focus=9673#Comment_9673 Fri, 09 Jan 2009 18:10:11 +0000 RageRacer
$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";
]]>