[wp-trac] [WordPress Trac] #19238: New approach for content navigation section in themes

WordPress Trac noreply at wordpress.org
Thu Aug 22 22:16:13 UTC 2013


#19238: New approach for content navigation section in themes
-----------------------------+------------------------------
 Reporter:  sirzooro         |       Owner:
     Type:  feature request  |      Status:  closed
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  Themes           |     Version:  3.3
 Severity:  normal           |  Resolution:  wontfix
 Keywords:                   |
-----------------------------+------------------------------
Changes (by c3mdigital):

 * keywords:  needs-patch dev-feedback 2nd-opinion =>
 * status:  new => closed
 * resolution:   => wontfix


Comment:

 `twentyeleven_content_nav` was a theme specific functions.  Theme authors
 can easily write their own wrapper functions for previous or next post
 link then allow child themes to override by making the function pluggable.
 Plus you already have filters for adjacent_post_link() which is called by
 both previous and next post link. `echo apply_filters(
 "{$adjacent}_post_link", $output, $format, $link, $post );`

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


More information about the wp-trac mailing list