Browsing the two sites you linked, I suppose you want to associate a comic with every blog entry?
If so, just write the blog entry regularly and enter the url for the comic image in custom field.
http://codex.wordpress.org/Using_Custom_Fields
Thread Starter
dekard
(@dekard)
Yes, kind of but that doesn’t leave an easy interface with the next/previous last/first and archive features associated with it, instead it’s attached at the blog entry level. Plus, if I add a new comic the other one is below it.
Thread Starter
dekard
(@dekard)
More like this, the comic with the navigation and the news and links underneath it like this image here:
http://www.gamesmademe.com/blog/strips/comic_layout.jpg
This was posted recently:
http://wordpress.org/support/topic/48034
(I don’t know if it helps though)
Thread Starter
dekard
(@dekard)
I was hoping there was a way I could possibly just add the walrus comic code or another php comic script into the index.php between the header and footer, but it seems much more complicated then that.
So, on that screenshot of yours, you want to be able to browse/navigate the comic strips, but the post below it will stay as “The Joy of Schooling?”
If so, you could have two Loops. One Loop grabs the Post in category “comic” (this Post will contain the comic strip); another Loop displays the category of non-“comic.”
Thread Starter
dekard
(@dekard)
That would work, yes, most of the comics speak for themselves I would think and wouldn’t need an explanation on what was transpiring. An option to have news/comic would be nice too though.
Guess I’ll have to look up loops. Not sure, I would like the links and everything with the news, and the comic with navigation seperate.. yes.
Thread Starter
dekard
(@dekard)