Disabling on a single post doesn’t work if we modified wp-single.php
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Disabling on a single post doesn’t work if we modified wp-single.php’ is closed to new replies.
The topic ‘Disabling on a single post doesn’t work if we modified wp-single.php’ is closed to new replies.
(@akaye)
8 years, 7 months ago
We added the following code to our wp-single.php file, but now we’re unable to disable the functionality on an individual post.
<?php echo do_shortcode('[wpdevart_facebook_comment curent_url="http://developers.facebook.com/docs/plugins/comments/" order_type="social" title_text="Facebook Comment" title_text_color="#000000" title_text_font_size="22" title_text_font_famely="monospace" title_text_position="left" width="100%" bg_color="#d4d4d4" animation_effect="random" count_of_comments="3" ]'); ?>Do we need to do anything special to disable the plugin on a single post if we implemented it in this manner?
Thanks,
Adam
The page I need help with: [log in to see the link]