Title: em_jay's Replies | WordPress.org

---

# em_jay

  [  ](https://wordpress.org/support/users/em_jay/)

 *   [Profile](https://wordpress.org/support/users/em_jay/)
 *   [Topics Started](https://wordpress.org/support/users/em_jay/topics/)
 *   [Replies Created](https://wordpress.org/support/users/em_jay/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/em_jay/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/em_jay/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/em_jay/engagements/)
 *   [Favorites](https://wordpress.org/support/users/em_jay/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schedule Post Changes With PublishPress Future: Unpublish, Delete, Change Status, Trash, Change Categories] Bulk edit issues on post type that doesn’t use post expirator](https://wordpress.org/support/topic/bulk-edit-issues-on-post-type-that-doesnt-use-post-expirator/)
 *  [em_jay](https://wordpress.org/support/users/em_jay/)
 * (@em_jay)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/bulk-edit-issues-on-post-type-that-doesnt-use-post-expirator/#post-15990134)
 * Hello [@rizaardiyanto](https://wordpress.org/support/users/rizaardiyanto/),
 * I can confirm, that the [Fix](https://github.com/publishpress/PublishPress-Future/commit/f3fdf821c6214bc51867a9399ace0e02864c7b42)
   is resolving the problem.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] is the polylang startpage i’m redirected to, different then other pages?](https://wordpress.org/support/topic/redirect-to-startpage-differe/)
 *  Thread Starter [em_jay](https://wordpress.org/support/users/em_jay/)
 * (@em_jay)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/redirect-to-startpage-differe/#post-8401486)
 * The function get_queried_object returns the following:
 * On the page domain.com/en/startpage where it is working:
 *     ```
       WP_Post Object
       (
           [ID] => 6
           [post_author] => 1
           [post_date] => 2016-10-28 16:39:54
           [post_date_gmt] => 2016-10-28 14:39:54
           [post_content] => 
           [post_title] => Startpage
           [post_excerpt] => 
           [post_status] => publish
           [comment_status] => closed
           [ping_status] => closed
           [post_password] => 
           [post_name] => startpage
           [to_ping] => 
           [pinged] => 
           [post_modified] => 2016-11-05 21:58:58
           [post_modified_gmt] => 2016-11-05 20:58:58
           [post_content_filtered] => 
           [post_parent] => 0
           [guid] => http://domain.com/?page_id=6
           [menu_order] => 1
           [post_type] => page
           [post_mime_type] => 
           [comment_count] => 0
           [filter] => raw
       )
       ```
   
 * On the page domain.com/en/ where it is not working:
 *     ```
       WP_Term Object
       (
           [term_id] => 6
           [name] => English
           [slug] => en
           [term_group] => 0
           [term_taxonomy_id] => 6
           [taxonomy] => language
           [description] => a:3:{s:6:"locale";s:5:"en_EN";s:3:"rtl";i:0;s:9:"flag_code";s:2:"en";}
           [parent] => 0
           [count] => 42
           [filter] => raw
       )
       ```
   
    -  This reply was modified 9 years, 6 months ago by [em_jay](https://wordpress.org/support/users/em_jay/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] domain.tld/en/ shows empty page](https://wordpress.org/support/topic/domaintlden-shows-empty-page/)
 *  Thread Starter [em_jay](https://wordpress.org/support/users/em_jay/)
 * (@em_jay)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/domaintlden-shows-empty-page/#post-5687888)
 * Ok, now it’s the following:
 * domain.tld – redirects to -> domain.tld/en/
    domain.tld/en/home/ – redirects 
   also to -> domain.tld/en/
 * But why isn’t it working the other way around?
 * domain.tld – redirects to -> domain.tld/en/home/
 * but domain.tld/en/ – doesn’t redirect to -> domain.tld/en/home.
 * I would prefer the behaviour which is buggy at the moment.
 * Do you have an idea what is causing this and how to fix this?
 * Thanks, mj

Viewing 3 replies - 1 through 3 (of 3 total)