comicpress-2.8/comicpress-config.php.dist

32 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2009-08-21 17:45:23 +00:00
<?php
//COMIC CATEGORY -the WordPress ID # of your comic category (default "3")
2009-12-05 04:14:33 +00:00
$comiccat = "3";
2009-11-21 18:42:53 +00:00
2009-08-21 17:45:23 +00:00
//BLOG CATEGORY - the WordPress ID of your blog category (default "1")
2009-12-05 04:14:33 +00:00
$blogcat = "1";
2009-08-21 17:45:23 +00:00
//COMIC FOLDER - the folder your comics files are located in (default "comics")
$comic_folder = "comics";
2009-11-21 18:42:53 +00:00
2009-08-21 17:45:23 +00:00
//RSS COMIC FOLDER - the folder your comic files are in for the RSS feed (default "comics")
$rss_comic_folder = "comics-rss";
2009-11-21 18:42:53 +00:00
2009-08-21 17:45:23 +00:00
//ARCHIVE COMIC FOLDER - the folder your comic files are in for your archive pages (default "comics")
$archive_comic_folder = "comics-archive";
2009-11-21 18:42:53 +00:00
2009-08-21 17:45:23 +00:00
//ARCHIVE COMIC WIDTH - the width your comics will appear on archive or search results (default "380")
$archive_comic_width = "380";
2009-11-21 18:42:53 +00:00
2009-08-21 17:45:23 +00:00
//RSS COMIC WIDTH - ComicPress Manager plugin users only - the width your comics appear in the RSS feed (default "600").
$rss_comic_width = "600";
2009-08-21 17:45:23 +00:00
//BLOG POSTCOUNT - the number of blog entries to appear on the home page (default "5").
$blog_postcount = "5";
2009-08-21 17:45:23 +00:00
//Mini Comic Width - The width your comics will appear in minithumbs (default "100")
$mini_comic_width = "80";
//Minithumb Comic Folder - The folder for your your mini thumbs (default "comics-mini")
$mini_comic_folder = "comics-mini";