I have multisite blog for 2 languages, and I want to easily switch it.
www.example.com/page/post
I would like to switch to
www.example.com/english/page/post
I have get_blog_option(2, 'siteurl') which returns www.example.com/english/
but I cant find any function which returns only /page/post/
I have one which returns www.example.com/page/post but how put there /english/ inside
Thanks