Hello Scott,
Thank you for using our plugin.
It is a feature indeed 🙂
What the plugin does is add_filter('the_content', 'wpfai_both_content');
Content is both posts and pages for WordPress.
What you can do it someting like adding in your functions.php file of your theme:
if (is_page()) {
remove_filter( 'the_content', 'wpfai_both_content' );
}
If you do not know what I am talking about and more people ask for an option to enable or disable sharing per post type I may put it on the To-Do list.
Regards,
Spyros
I’d add my voice to this. I’d appreciate having it on Posts only, not Pages. When it said “articles” I also assumed this.
Easy enough to add custom CSS to my theme but I understand theme file edits are prone to be over-written on updates.
@davidfb OK you are two, I am only one. You win 🙂
I would like to know this as well. I have a thank you page for those who register and don’t want my special offer shared all over. 🙂
Hello LaniesLashes,
Do you know any css?
You can easily do this with css by using the page id.
Best regards,
Spyros
I would also like this feature! My front page show my latest post with each using the “read more” and the sharing icons showed on each post in the list, which is too excessive for my front page. I tried the above code and no effect. For now I am using the below comments option and that works.
Thanks for the plugin!