Tweet button not in pages, or in a post when opened
-
Hello Niall, and thanks for the tweet button.
Unfortunately, I am not able to choose on which kind of post I want to see a tweet button. So, in your TweetButton.php, i have added, after you :// do not include Tweet button(s) in an autogenerated excerpt // get_the_excerpt filter calls wp_trim_excerpt() at priority 10 which triggers the_content filter on an empty excerpt string if ( doing_filter( 'get_the_excerpt' ) ) { return $content; } // ajout sebastien if ( is_page() ) { return $content; } if ( !is_single() ) { return $content; } // fin ajout sebastien
Maybe you could add in the admin all the
necessary code to filter the button ?
Thanks again.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Tweet button not in pages, or in a post when opened’ is closed to new replies.