Hi,
how can I manually in to template file?
I would like to put in my footer...
thanks
Hi,
how can I manually in to template file?
I would like to put in my footer...
thanks
Me 2, anyone?
At the bottom of the plugin php file there's a filter that I remove to remove the icons appearance below the post, now just a code to insert the function into the wanted place!
add_action('wp_head', 'simple_social_css');
---> add_filter('the_content', 'simple_social');
add_filter('plugin_action_links', 'simple_social_settinglink', 10, 2);
add_action('admin_menu', 'simple_social_addmenu');This topic has been closed to new replies.