From af91fccd1bcb4b630b120d8aae769e139cfce978 Mon Sep 17 00:00:00 2001 From: johnbintz Date: Mon, 13 Sep 2010 05:14:11 -0700 Subject: [PATCH] Migrated from how-the-new-comicpress-works v1 --- How-the-new-ComicPress-Works.textile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 How-the-new-ComicPress-Works.textile 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