You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
I'm designing a site for a friend and wanted to know if it's possible to show a thumbnail preview of the latest comic page using Inkblot, preferably in the content section where the webcomic would typically display.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion! I changed the line but it's still displaying a page. I'm using a child theme for Inkblot, will that interfere? The code below is what I have in the child theme for webcomics/home.php
< ?php
if ($webcomics and ! get_theme_mod('webcomic_content', false) and $webcomics->have_posts()) :
while ($webcomics->have_posts()) : $webcomics->the_post();
last_webcomic_link( '%thumbnail' );
endwhile;
$webcomics->rewind_posts();
endif;
?>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Michael!
I'm designing a site for a friend and wanted to know if it's possible to show a thumbnail preview of the latest comic page using Inkblot, preferably in the content section where the webcomic would typically display.
The text was updated successfully, but these errors were encountered: