[wp-trac] [WordPress Trac] #14322: Easier configuration/modification of Recent Posts widget

WordPress Trac wp-trac at lists.automattic.com
Fri Jul 16 09:47:20 UTC 2010


#14322: Easier configuration/modification of Recent Posts widget
-------------------------+--------------------------------------------------
 Reporter:  Zooney       |       Owner:                 
     Type:  enhancement  |      Status:  new            
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  Widgets      |     Version:  3.0            
 Severity:  minor        |    Keywords:                 
-------------------------+--------------------------------------------------
Changes (by scribu):

  * type:  feature request => enhancement
  * severity:  normal => minor


Comment:

 You don't have to rebuild the entire widget, just the method that does the
 outputing:

 {{{
 Class My_Recent_Posts_Widget extends WP_Widget_Recent_Posts {

   function widget($args, $instance) {
     // custom code here
   }
 }
 }}}

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


More information about the wp-trac mailing list