Add content before comments form

Posted in: Newspaper
Post count: 36

Hello,

I’m trying to add some content just before the comment form.

This code work well but seems not working with Newspaper?


// Add or edit the notes before the comments form
add_filter( 'comment_form_defaults', 'sp_add_comment_form_before' );
function sp_add_comment_form_before( $defaults ) {
$defaults['comment_notes_before'] = '<p class="comment-notes">Your email address will not be published. Required fields are marked <span class="required">*</span></p>';
return $defaults;
}

I’m also trying to add content once the comment has been send. Something like
‘Thanks for leaving an awesome comment!’

Thanks
Best Regards
Nexus

  • This topic was modified 7 years by NexusFred.
  • This topic was modified 7 years by NexusFred.
  • This topic was modified 7 years by NexusFred.
Post count: 23312

Hi,

Unfortunately, the theme does not have any such an option that allows you to do this. This is customization and we cannot provide support for this. If you want to develop the comment section of our theme, you need to check the theme core files where is called the comments section and add as you wish. This is just a hint -> https://www.screencast.com/t/0sIS2a2Iec Also, notice that you can use a plugin with this functionality and check the results.

Thanks for your understanding!

Post count: 36

Hello,

Change the core, means no easy futur update.

A lot of theme provide this option, such as Extra, Flatsome, Twenty Seventeen, Porto, Shopkeeper …

Can you plan to add this option ?

Thanks

Post count: 23312

Hi,

I have added to our list of improvements but please notice that we cannot say for sure if it will be or not implemented in our theme, sorry!

Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.