[wp-trac] Re: [WordPress Trac] #9701: Add a the_widget() function to output a generic widget anywhere in a template

WordPress Trac wp-trac at lists.automattic.com
Wed May 13 20:15:45 GMT 2009


#9701: Add a the_widget() function to output a generic widget anywhere in a
template
-----------------------------+----------------------------------------------
 Reporter:  Viper007Bond     |       Owner:  azaozz                       
     Type:  feature request  |      Status:  new                          
 Priority:  low              |   Milestone:  2.8                          
Component:  Widgets          |     Version:  2.8                          
 Severity:  minor            |    Keywords:  has-patch tested dev-feedback
-----------------------------+----------------------------------------------

Comment(by Denis-de-Bernardy):

 oh wait, patch actually has an issue.

 if ( in_the_loop() ) {

 should be:

 if ( !in_the_loop() ) {

 fixing this right away. :-)

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/9701#comment:14>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list