[wp-trac] [WordPress Trac] #36558: Replace H2 title in posts pagination to div or span

WordPress Trac noreply at wordpress.org
Sun Apr 17 09:04:40 UTC 2016


#36558: Replace H2 title in posts pagination to div or span
-------------------------+-----------------------------
 Reporter:  webliberty   |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  General      |    Version:  4.1
 Severity:  normal       |   Keywords:
  Focuses:               |
-------------------------+-----------------------------
 Function ''the_posts_pagination()'' when processing prints the line with
 the pagination with the title <h2> - from the point of view of SEO this is
 not good, as auxiliary object must not use titles H. Please consider
 changing H2 to div or span tag.

 Another option is to add to the array of arguments ''before'' and
 ''after'', such as in widgets:

 {{{
 the_posts_pagination( array(
         'before_pagination' => '<div>',
         'after_pagination' => '</div>'
 ) );
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/36558>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list