comicpress-config.php change
This commit is contained in:
parent
51b1850765
commit
d256db45ed
|
@ -1,10 +1,10 @@
|
|||
<?php
|
||||
|
||||
//COMIC CATEGORY -the WordPress ID # of your comic category (default "3")
|
||||
$comiccat = "55";
|
||||
$comiccat = "3";
|
||||
|
||||
//BLOG CATEGORY - the WordPress ID of your blog category (default "1")
|
||||
$blogcat = "58";
|
||||
$blogcat = "1";
|
||||
|
||||
//COMIC FOLDER - the folder your comics files are located in (default "comics")
|
||||
$comic_folder = "comics";
|
||||
|
|
Loading…
Reference in New Issue