Reply To: Line bottom of post


imaginem
Support

Hi,

Does the social networking plugin you’re using add after the contents call function in wordpress. The comments and date line is not part of contents so the plugin content injection will appear before it. Most likely it’s using a contents hook. In this case you’ll need to wrap the time,date,comments line in a function and add it before the plugin call or manually add the plugin code to the /includes/postformats/post-data.php after line 23

Thanks