Post footer question re: plugins
-
First of all, I’m really enjoying the progress WP has made in recent months! It has become a real joy to work with. I am getting client blogs online and customized with much greater functionality than in the past.
One project I am working on, I am trying to modify what is called the “post footer.” The theme I am using is Weaver, which allows for a lot of customization via an admin interface.
I have two plugins added–one is WP-Socializer, where I have addded custom AddThis code, and the other is a plugin that lets you print a page or create a PDF from it (PrintFriendly & PDF).
What happens is, these both appear after the post content, but above the post footer, where the categories, tags and edit link are displayed. I would like to have these plugins display their content within that post footer, rather than as separate content between the post and the post footer. As it stands, the two plugins display properly, but they are “stacked” on top of each other (the print plugin displays in one row, and WP-Socializer in the next).
Am I correct in guessing that the output of these plugins is controlled by a hook of some sort? I’ve searched through the template files, even in the basic WordPress “2011” theme, but did not see anything off the bat that looked obvious. In short, I don’t know where to start looking to modify the behavior of where this “hook” (or whatever) is set to display the information.
Even if there was another plugin that would relocate these elements, I’d be happy. Worst case, I’ll have to hard-code the AddThis code into a child theme, and ditch (or modify) the print plugin.
I’ve searched here in the forum and the codex, but didn’t find anything except a lot of information overload that was not quite applicable to what I am trying to do.
- The topic ‘Post footer question re: plugins’ is closed to new replies.