Positioning of plugin element
-
I have a plugin which uses the below code, but it is positioning improperly. I would like the plugin to display its contents just after the post content. How may I set that up?
add_filter('user_contactmethods','add_twitter_field',10,1); add_filter('comments_template', 'display_author_info');
The topic ‘Positioning of plugin element’ is closed to new replies.