wcfphoto
Forum Replies Created
-
Tyrhone,
I am just a beginner at this, but in the file:
jetpack/modules/subscriptions.php
I located this section:
function defaults
where I found:
‘title’ => esc_html__( ‘Subscribe to Blog via Email’, ‘jetpack’ ),
‘subscribe_text’=> esc_html__( ‘Enter your email address to subscribe to this blog and receive notifications of new posts by email.’, ‘jetpack’ ),
‘subscribe_button’ => esc_html__( ‘Subscribe’, ‘jetpack’ ),
‘subscribe_logged_in’ => esc_html__( ‘Click to subscribe to this blog and receive notifications of new posts by email.’, ‘jetpack’ ),
‘show_subscribers_total’ => true,I changed the text ‘Subscribe to Blog via Email’ and ‘Enter your email address to subscribe to this blog and receive notifications of new posts by email.’ to something that better suited my needs and so far nothing is broken … yet.
The one thing I haven’t figured out is how to display the total number of subscribers.
I’m sure someone will let me know if there is something wrong with this method,
WCF
Forum: Plugins
In reply to: [Sharing buttons shortcode for Jetpack] Double or nothing?I realize I didn’t thank you Jeremy. … Thanks. WCF
Jeremy,
I apologize…profusely. While working on a couple of websites and a bulletin board all at the same time, I crossed wires … or issues, and created an entirely new problem where one did not exist. My bad. Though I still think it might be a good idea to allow cleaning of one’s subscriber list.
WCFSurely there must be a way to remove email addresses that are known spammers or addresses that are known to be invalid simply because the user has changed their e-mail address. To have to continue to get error messages because of invalid addresses is, respectively, insane.
WCF