I&#39;d like to see an absolute solution to this as well ... with the current design I use in Desk Mess Mirrored, to place wp_footer() immediately before &lt;/body&gt; cause the theme to &quot;break&quot; as I have not found a way to extend the bottom graphic to include any content displayed via &quot;injection&quot; into wp_footer() without having wp_footer() in a CSS container that I can apply a background to.<br>

<br>I&#39;m not thrilled with my solution, but I have yet to find one that works any other way ... I&#39;m open to suggestions if anyone has any.<br><br>I can accept wp_footer() as the last &quot;code&quot; element in a theme before &lt;/body&gt; ... and generally will go forward with that premise if the theme design (in default installation setup) merits it. This is also an exception to the rule so to speak.<br>

<br><br>Cais.<br><br><br><div class="gmail_quote">On Thu, Oct 7, 2010 at 2:19 PM, Simon Prosser <span dir="ltr">&lt;<a href="mailto:pross@pross.org.uk">pross@pross.org.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

you missed what i was saying phil ;)<br>
<br>
IF there was a filter in core for wp_footer (there isnt currently) a<br>
theme author could leave wp_footer() where it should be..at the bottom,<br>
and add an action/filter to where he thinks stuff might have to go..to<br>
not break his theme...see what i mean now? then when a plugin does<br>
apply_filter wp_footer...instead of going to the bottom and making the<br>
theme look like crap, the authors filter picks it up and dumps it out<br>
nicely in the div of choice.<br>
<div class="im"><br>
On 10/07/10 19:08, Philip M. Hofer (Frumph) wrote:<br>
&gt; eh? not sure you understood, if the code is inside div&#39;s in the footer<br>
&gt; area and the wp_footer(); is inside of it, there&#39;s no filtering of<br>
&gt; that;  and the CSS for the div&#39;s are set to absolutes or something<br>
&gt; design specific then it simply will not allow the coding for the<br>
&gt; injected advertisement to display; among other things<br>
<br>
--<br>
</div><div><div></div><div class="h5">My Blog : <a href="http://www.pross.org.uk/" target="_blank">http://www.pross.org.uk/</a><br>
Plugins : <a href="http://www.pross.org.uk/plugins/" target="_blank">http://www.pross.org.uk/plugins/</a><br>
Themes  : <a href="http://wordpress.org/extend/themes/profile/pross" target="_blank">http://wordpress.org/extend/themes/profile/pross</a><br>
_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
</div></div></blockquote></div><br>