I update my comic two pages at a time. I would like the Latest Pages link to link to the first of the new pages not the last. I may have just been looking in the wrong spot but it seemed to me that it I could just put the URL I wanted here:
- Code: Select all
<a href="{latest_comic.URL}" title="{latest_comic.TITLE}">
<a href="{latest_comic.URL}">{latest_comic.TITLE}</a>
When I tried that it just went to an error page so...I guess I need to know if that's correct or not and if so which one (or both) do I paste the URL to.
While, I'm here, I may as well ask this as well. I wanted to put a custom button in and I'd like it to be around the same area as the Latest Comic link. The button is for new readers and would replace the button on the menu bar. Would someone be able to tell me how to do that?
Thank you all for your help!

