Skip to content

1.5

Choose a tag to compare

@sykhangdha sykhangdha released this 08 Jun 07:51
· 101 commits to main since this release
cbd91f9

An updated release that fixes issues with some themes not working.

Please include this code from the repo(single.php) into your theme
<nav class="next"><?php next_post_link('%link', '<strong>'.esc_html__('').'</strong> <span>%title</span>' , true); ?></nav> <nav class="previous"><?php previous_post_link('%link', '<strong>'.esc_html__('').'</strong> <span>%title</span>' , true); ?></nav>

Also include the style.css provided in the repo for layout issues. Lazy loading currently not working yet but parts of it are included in the code. V2 will have lazy loading fixed.