diff --git a/How-the-new-ComicPress-Works.textile b/How-the-new-ComicPress-Works.textile new file mode 100644 index 0000000..19b3639 --- /dev/null +++ b/How-the-new-ComicPress-Works.textile @@ -0,0 +1,14 @@ +h2. Configuration + +Gone is comicpress-config.php. ComicPress 2.8 (2.9?) now stores all options in the wp_options table, and configs are updated through a theme config page: + +* Go to Appearance -> ComicPress Core +* Change and save your settings + +h2. File Management + +Gone are the separate folders for comic, RSS, and archive files. ComicPress 2.8 (2.9?) now uses the Media Gallery to manage comic files, and the Uploader is extended to make this task easier: + +* Create a new post +* Put the post in the comic category +* Upload your comic image using the \ No newline at end of file