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
After once again searching for the first comment (#comment-xxxxx) when linking to the comments section on a post, hopefully this will stop the madness: #236 😄.
Line 2 of https://github.com/Automattic/o2/blob/master/inc/tpl/post-view.php is missing the comments ID on the block, so the #comments link expected by core to be there is not working.
Change:
<div class="o2-post-comments"></div>
To:
<div class="o2-post-comments" id="comments"></div>
Reference: https://meta.trac.wordpress.org/ticket/4640
The text was updated successfully, but these errors were encountered: