• Resolved arcboi

    (@arcboi)


    I have created links to several collections in my WordPress main menu. However, I cannot craft the links so they go to the latest comic (it requires a full-length URL link). As a result, the best I can do is drop readers to the first page every time.

    Is there some method that I can use for the text link to go to the latest page when clicked?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mike

    (@mgsisk)

    Hey @arcboi, apologies for the trouble. For these sorts of link, you probably want to use Webcomic’s webcomic_url parameter, like:

    
    https://yourcomic.com/?webcomic_url=webcomic1-last
    

    The webcomic1 part is the post type (or “collection ID”) of the comic collection you want to link to, and the “last” bit after the dash tells Webcomic where you’re linking to (first and random also work, and previous and next will work if you include a post ID at the very end for reference, like ?webcomic_url=webcomic1-next-1234).

    Thread Starter arcboi

    (@arcboi)

    Thanks Mike. That works perfectly ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text Link to latest comic’ is closed to new replies.