Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments ID missing from comments block in class="o2-post-comments" #170

Open
Otto42 opened this issue Jul 31, 2019 · 1 comment · May be fixed by #236
Open

Comments ID missing from comments block in class="o2-post-comments" #170

Otto42 opened this issue Jul 31, 2019 · 1 comment · May be fixed by #236

Comments

@Otto42
Copy link

Otto42 commented Jul 31, 2019

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

@ironprogrammer ironprogrammer linked a pull request Dec 9, 2024 that will close this issue
@ironprogrammer
Copy link

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 😄.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants