• I have created a custom page template, and for some reason it doesn’t display the easy social share buttons on the page template. Do I need to do something specific to have it show on the template. Is there some php code I need to add? I have added this php code to the page:

    ‘<?php
    $url = get_permalink($post->ID);
    $title = get_the_title($post->ID);
    echo do_shortcode(‘[easy-social-share buttons=”facebook,google,twitter” counters=0 style=”button” url=”‘.$url.'” text=”‘.$title.'”]’);
    ?>’

    I had to remove the twitter text from the shortcode because it was popping up an empty page.

    Also the formatting only shows text not the actual css for the plugin. What can I do?

    Here is the link to the page.

    https://tummycalm.com/child-food-allergy-infographic.html

    https://www.ads-software.com/plugins/easy-social-share-buttons/

  • The topic ‘Custom page template not showing plugin’ is closed to new replies.