• Resolved akaye

    (@akaye)


    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]

Viewing 1 replies (of 1 total)
  • Plugin Author wpdevart

    (@wpdevart)

    Hi dear user.

    Sorry for the late response.

    It’s normal, because you add that code in php and our plugins setting will not effect on it.

    You need to add some code for hiding or excluding that part from posts.

    Thanks.

    Best regards,
    WpDevArt support team.

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.