Newspack Rename Comments
Provides the Newspack theme with the ability to allow users to rename comments.
by Philip John, Automattic · github.com/automattic/newspack-rename-comments
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/automattic/newspack-rename-comments/archive/refs/heads/master.zipProvides an ability to rename the comments section of a WordPress site.
Description
With some tweaks to the theme's comments templates, this plugin allows for the renaming of the comments section. It is primarily built to work with the Newspack theme.
Extra fields are added to the Discussion settings screen to allow site owners to choose what naming they'd like to use. The plugin then exposes them through a helper function (Rename_Comments\get_text( $id )) which can be used within the comments template to output the relevant texts.
Installation
Just like any other WP plugin.
Changelog
0.1.0
- First version