I had a "Subscribe by email" plugin loaded, but it looks as though the feature has become part of WordPress. After activating the plugin, I have two lines of the same thing.
Where do I find that code so that I can remove the duplicate?
I had a "Subscribe by email" plugin loaded, but it looks as though the feature has become part of WordPress. After activating the plugin, I have two lines of the same thing.
Where do I find that code so that I can remove the duplicate?
Link please? It may be that you have Jetpack installed but just from an image who can tell?
Scroll down and look at the comment form. Thanks.
Yep, that's Jetpack alright. Not sure if there is a place to get that second "Notify me of new posts by email" line removed.
If you're comfortable with adding to your CSS, this will render the second line not viewable.
#subscribe_blog, #subscribe-blog-label {
display: none;
}
I'm not familiar with that theme, but creating a child theme for just that seems excessive. Using a plugin for your CSS might be easier to maintain.
http://wordpress.org/extend/plugins/header-footer/
I've used that one on the past and it's fire and forget. Literally, when odd things were happening to my WordPress install, I forgot I used that one. ;)
Yes, that fixed it. Thanks a lot.
Glad that worked. Can you please marked this one 'resolved'? I got a new card for the WordPress cafeteria and want to get another free soup with my lunch.
I'm only 8 more punches on my ticket to getting that freebie...
You must log in to post.