make config reflect descriptive text
This commit is contained in:
parent
2a330b6fcf
commit
c4b913b45b
@ -4,7 +4,7 @@
|
|||||||
$comiccat = "3";
|
$comiccat = "3";
|
||||||
|
|
||||||
//BLOG CATEGORY - the WordPress ID of your blog category (default "1").
|
//BLOG CATEGORY - the WordPress ID of your blog category (default "1").
|
||||||
$blogcat = "4";
|
$blogcat = "1";
|
||||||
|
|
||||||
//COMIC FOLDER - the folder your comics files are located in (default "comics")
|
//COMIC FOLDER - the folder your comics files are located in (default "comics")
|
||||||
$comic_folder = "comics";
|
$comic_folder = "comics";
|
||||||
@ -24,4 +24,4 @@ $rss_comic_width = "600";
|
|||||||
//BLOG POSTCOUNT - the number of blog entries to appear on the home page (default "5").
|
//BLOG POSTCOUNT - the number of blog entries to appear on the home page (default "5").
|
||||||
$blog_postcount = "5";
|
$blog_postcount = "5";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user