I am learning how to develop wordpress theme. I want to share posts. I am using social sharing by loginradius plugin. Plugin url: https://wordpress.org/plugins/loginradius-for-wordpress/
I enabled this plugin. but social sharing widget is not showing. I changed setting of the plugin to show the widget in the bottom of the post. But it is not working. I think there is some problem in my theme. Is there any code to show that plugin in the bottom of the post.
You can show a sharing widget three ways:
[LoginRadius_Share]<?php do_shortcode('[LoginRadius_Share]'); ?>Best way to figure out if it is your theme or placement is place the
<?php do_shortcode('[LoginRadius_Share]'); ?>in a page like single.php outside of the loop and see if it shows on a single post. The sharing widget should show as long as you're using one of these three methods and you have Enable horizontal sharing on.