staticpress
staticpress copied to clipboard
When paging the one category of articles, static pages are not correctly generated
When to paging the one category, "/hoge_category/page/~" following pages is not made correctly.
https://github.com/megumiteam/staticpress/blob/master/includes/class-static_press.php#L216 In this process, it is gone to evaluate "term_archive" having a plurality of pages.
Has this been resolved?