• Hi! I’m trying to exclude certain chapters from my archive dropdown using the provided field (comma-separated). I’ve tried using the slug name, the full chapter name, etc but nothing is ever excluded.
    Has anyone else run into this problem or found a fix?
    Thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Huh, you’re right – I never even noticed that bug was there. Luckily, it was fixed by Comic Easel 1.15 or so.

    If for some reason you can’t or are hesitating to update, you can fix the script yourself, too:
    1. Open the Comic Easel files in FTP.
    2. In the ‘widgets’ folder, open the file ‘archive-dropdown.php’.
    3. Whereever it says
    'exclude' => array($exclude)
    change it to
    'exclude' => explode(',', $exclude)

    Either way you go, use the chapter IDs in the widget. I tried with one chapter title, it did not work.

    Thread Starter karlkerschl

    (@karlkerschl)

    Thanks so much, Max!
    I’ve actually been using the most recent version of Comic Easel (1.15) but I never tried the chapter ID. Works properly now!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Excluding Chapters from Archive-Dropdown Widget’ is closed to new replies.