Skip to content

Use a content action button to link to the Comments h2 #7050

Answered by squidfunk
rachel-rigdon-sp asked this question in Q&A
Discussion options

You must be logged in to vote

This can be achieve with some quick customizations ☺️ You could override the actions.html partial, which contains the buttons, and add a link to an h2 that you use in the comments.html partial. Maybe something like:

actions.html

<a href="#__comments">...</a>
<!-- ... rest of actions.html -->

comments.html

<h2 id="__comments">Comments</h2>
<!-- Comment system integration -->

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
3 replies
@squidfunk
Comment options

@rachel-rigdon-sp
Comment options

@squidfunk
Comment options

Answer selected by rachel-rigdon-sp
Comment options

You must be logged in to vote
7 replies
@kamilkrzyskow
Comment options

@rachel-rigdon-sp
Comment options

@kamilkrzyskow
Comment options

@rachel-rigdon-sp
Comment options

@squidfunk
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants