- Check your categories, make sure your comics are in proper directories. All comics must be in their own category, a single individual category for each one. Not selected to be in more then one category. Not a different category for each one, just that they only have one category selected.
Today I added previous chapter/next chapter navigation buttons.
It requires an external plugin to work: http://wordpress.org/extend/plugins/term-menu-order/ Term Menu Order by James Lafferty
How it works is it creates another input box in the Comic -> Chapters, where you can enter a #, you set the order of the chapters that have comics in them that you want traversed with the previous chapter and next chapter buttons.
Someday in the future i’ll (or someone) will incorporate it directly into plugin, but for now it’s an addition.
Forum topic: http://forum.frumph.net/viewtopic.php?f=13&t=213
Changelog:
3.0.6
Bug fix for execution of init/after_theme_setup
3.0.5
Huge cleanup of the comments.php comment-functions.php files.
– comments & pings & trackbacks now stay visible if comments are disabled and comments/pings exist
– enqueu’ing of the comment javascript now moved to init as appropriate instead of in header.php
Menu location in Footer added. It’s centered and cannot use dropdowns.
removed ability to use child-functions.php and child-widgets.php for favor of just straight functions.php in child themes. Child themes can no longer use /widgets /functions directories, just do everything in the functions.php file
Removed default background via coded, keeping with style.css usage.
revamped the execution orders and removed old code from the functions.php
Here is the changelog to 3.0.4
3.0.4
Added option to display excerpt or content in archive & search
Fix for pre_get_query for RSS feeds going the wrong desc/asc direction
Featured images for post’s now properly display in archive & search
Edit button now displays properly in search & archive
Added pushpin graphic for “sticky” posts, that help denote they are sticky posts
Right now Comic Easel has first-next-prev-last that can be switched between navigating just chapters or all chapters. What I’m wondering is should I remove the toggle between the two types of navigation and just have 4 more buttons like in ComicPress, first_in next_in prev_in last_in (in chapter) and first prev next last of (all) chapters.
Giving the two choices, single toggle or 4 more buttons.
What are your thoughts?
Reply to this forum post here: http://forum.frumph.net/viewtopic.php?f=15&t=170