er, yep ... must be.<br><br>It's 5 o'clock somewhere, right?! I think it's time to start the New Year's celebration since my thinking seems to be already impaired (*grin*)<br><br><br>Cais.<br><br><div class="gmail_quote">
On Fri, Dec 31, 2010 at 11:39 AM, Otto <span dir="ltr"><<a href="mailto:otto@ottodestruct.com">otto@ottodestruct.com</a>></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;">
I think you're confusing get_footer() and wp_footer().<br>
<br>
get_footer() includes the footer.php file.<br>
<br>
wp_footer() should be *in* the footer.php file, and it basically calls<br>
the wp_footer action hook.<br>
<font color="#888888"><br>
-Otto<br>
</font><div><div></div><div class="h5"><br>
<br>
<br>
On Fri, Dec 31, 2010 at 10:31 AM, Simon Prosser <<a href="mailto:pross@pross.org.uk">pross@pross.org.uk</a>> wrote:<br>
> To quote the manual:<br>
> Includes the footer.php template file from your current theme's<br>
> directory. if a name is specified then a specialised footer<br>
> footer-{name}.php will be included.<br>
><br>
> wp_footer() should be used.<br>
><br>
> We could add it as a deprecated though Otto?<br>
><br>
> On 31 December 2010 16:25, Edward Caissie <<a href="mailto:edward.caissie@gmail.com">edward.caissie@gmail.com</a>> wrote:<br>
>> Thanks, I couldn't remember any exact difference but I agree it is the more<br>
>> correct method to use the wp_footer() call.<br>
>><br>
>> I'll pass along the comment.<br>
>><br>
>><br>
>> Cais.<br>
>><br>
>> On Fri, Dec 31, 2010 at 11:22 AM, Otto <<a href="mailto:otto@ottodestruct.com">otto@ottodestruct.com</a>> wrote:<br>
>>><br>
>>> On Fri, Dec 31, 2010 at 10:06 AM, Edward Caissie<br>
>>> <<a href="mailto:edward.caissie@gmail.com">edward.caissie@gmail.com</a>> wrote:<br>
>>> > @Otto, @Pross<br>
>>> ><br>
>>> > Just came across this on ticket:<br>
>>> > <a href="http://themes.trac.wordpress.org/ticket/2382" target="_blank">http://themes.trac.wordpress.org/ticket/2382</a><br>
>>> ><br>
>>> > "REQUIRED: Could not find wp_footer. See: wp_footer<br>
>>> ><br>
>>> > The author used: <?php do_action('wp_footer'); ?> in place of the<br>
>>> > wp_footer() call ...<br>
>>><br>
>>> Well, he shouldn't do that. Tell him to change it to the wp_footer() call.<br>
>>><br>
>>> Yes, I know that pretty much does the same thing. The difference is<br>
>>> one of forward compatibility. wp_footer() might do something slightly<br>
>>> different in the future. Probably not, but who knows?<br>
>>><br>
>>> Never do it yourself when there exists a function to do it for you.<br>
>>><br>
>>> -Otto<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>
>><br>
>><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>
>><br>
>><br>
><br>
><br>
><br>
> --<br>
> 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>
><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>