[wp-trac] [WordPress Trac] #34968: redirect post to post-1 in wordpress 4.4

WordPress Trac noreply at wordpress.org
Sun Dec 13 00:57:37 UTC 2015


#34968: redirect post to post-1 in wordpress 4.4
-------------------------------------------------+-------------------------
 Reporter:  buy66                                |       Owner:
     Type:  defect (bug)                         |      Status:  new
 Priority:  normal                               |   Milestone:  Awaiting
Component:  Rewrite Rules                        |  Review
 Severity:  normal                               |     Version:  4.4
 Keywords:  has-patch dev-feedback needs-codex   |  Resolution:
  reporter-feedback                              |     Focuses:
-------------------------------------------------+-------------------------
Changes (by rommelxcastro):

 * keywords:   => has-patch dev-feedback needs-codex reporter-feedback
 * component:  General => Rewrite Rules


Comment:

 @buy66 can you run this query and let me know if the first result it's the
 expected post?

 {{{#!sql
 SELECT
     *
 FROM
     wp_posts
 WHERE
     post_name LIKE 'gelare-abasi%'
         AND post_type IN ('post' , 'page', 'attachment')
         AND post_status = 'publish'
         ORDER BY post_name ASC
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/34968#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list