You can probably try somthing like this – untested…
add_filter('comment_form_defaults', 'wpse379939_comment_form_modification');
function wpse379939_comment_form_modification($defaults){
// check if we have 2 or more comments..
if ( get_comments_number() >= 2) {
$defaults['title_reply'] = __('Add Your Voice To The Topic!');
}
return $defaults;
}
Related Posts:
- How do I put my comment form above the comments?
- Hide default “Recent Comments” Widget if there are no comments yet
- display comment form for specific post id
- Problems to disable the comments for my statics pages
- WordPress TwentyTen Theme Incompatible with Theme Unit Test
- Remove Commenting on Certain Pages
- linking to an svg through comments_popup_link
- Does Jetpack store comments in local database also? [closed]
- Comments not displaying after changing theme
- Unable to thread comments because of custom comments.php file
- Lost for direction on how to continue building a theme
- Theme comment callback results nothing
- Can wordpress theme folder name be changed freely and nothing technically happens
- How to change the language for the front-end only?
- Different template of products for specific category. WooCommerce
- Switching themes without losing widgets?
- How to use media upload on theme option page?
- WordPress 5 / Gutenberg – theme doesn’t have featured image option showing up
- Multiple image logo for theme
- How do i structure my theme folder to avoid one huge list of files
- Loading template files from a subfolder in my theme?
- Hide Twenty Eleven Theme From Themes Page
- Is it mandatory to have a link to the theme designer?
- How do I change Twenty Nineteen’s primary color without using the color slider in the theme customizer?
- How to add the main style.css to my index.php?
- Updating custom theme that is built from scratch
- how to pull wordpress post comments to a external page
- Exclude stylesheet from admin
- How to tell a theme to use different .mo and .po files?
- Can I apply a WP theme to a specific custom page template?
- How to move WordPress theme files into a subfolder without breaking the theme?
- How do you remove Link backs on Theme settings page?
- Is it possible to use child theme of child them?
- Disable Sidebar in the Product Page in Storefront Theme [closed]
- Renaming the Twenty Fourteen WordPress theme
- Do we have rights to edit the source of the templates which are in wordpress.org?
- Creating new templates in child themes breaks layout
- How do I tell how popular a theme is?
- Force theme or disallow theme change
- How to put a Worpdpress theme in spanish (having the po file)?
- How to run WordPress from other location on the same domain
- Custom options below pages/posts editor?
- Fatal error with a theme
- WordPress theme options and insert default value for serialize data
- How to change only one javascript function in wordpress child theme?
- Woocommerce StoreFront Showing Incorrect Subtotal in Customer Total
- posts comments goes to trash
- Depending on third party plugins for theme functionality
- What is the correct way to integrate wordpress with another php application?
- How can you showcase premium themes to clients without having to pre-purchase the theme?
- The Cost of Installing Custom Themes
- Can I create a child theme from a premium theme without losing my posts and page etc that I already have?
- Change copyright text on the footer section [closed]
- wordpress theme install failing
- WordPress suddenly creating theme errors
- Re-skinning Site
- How to reset a custom theme
- Warning : Invalid argument supplied for foreach() in theme php on line 56 [closed]
- get_the_post_thumbnail() produces different HTML on same arguments
- Why submenu item’s background color is not changing by css?
- Cannot figure out what element header color is in wordpress theme [closed]
- How to edit the font color of the H1 on a single page?
- Searching for themes that post full article on home page by default
- Cannot see theme in my search
- What login/password do I need to install a wordpress theme?
- get_pages Not accepting my query
- Date based CSS/theme
- How to create a theme that can be updated by people using the theme on their site
- Functions.php error – when trying to change the theme
- Make a menu item unselectable
- conditional statement if wordpress theme block is empty then hide block
- Can I use non-wordpress themes in WordPress?
- theme installation not working
- wordpress-theme 2017: featured image behaviour: where to set the height of the featured image?
- Changing a parent theme safely
- Trying to create a child theme with plugin
- Own Theme custom CSS does not display in editor but works in page
- Remove Read More Buttons
- Theme-based character encoding issue
- Linkedin not returning right info
- how to load rtl.css file before style.css [duplicate]
- CSS/JS is not working in multi lang installation
- Error while downloading WordPress themes
- wordpress theme link url
- Theme stops media uploader from working
- Work on theme files on a server & browser preview before installing it
- div having different appearances in different themes
- Satoshi WordPress Theme – Portfolio SetUp Issues
- How to make a website like the ones in theme demos? [closed]
- Page structure using The Customizer Api
- theme 2016 – customize css – nothing happens
- Can’t upload the theme
- Divi theme including javascript
- Installing themes from an external website [closed]
- Best Practice Jumbotron Image for WordPress ~ Responsive
- How to make a page extend full screen [closed]
- Should you directly edit Template Parts and Templates from themes?
- Remove ALL HTML from single page
- Remove Google Fonts from parent theme within a child theme [closed]
- Table of Contents in Left Navbar [closed]