Link same page in 2 different blogs from multisite network
-
Hi, thanks in advance for the help.
What I am trying to do is for example from a page link to the same page but in the other blog.
I have a page under https://www.domain.com/page and https://www.domain.com/site2/page and for example I want to create a link that go to current page(in https://www.domain.com/page) but in the second site (www.domain.com/site2/page)
And this links will be in the header that is why I need somethin lake a variable that always links to the current page but in the second site or if you are in the second site it links to the current page but in the first site. Something like<a href="www.domain.com/site2/<?php current_page();?>">Link Current Page Site2</a>
and in site2<a href="www.domain.com/<?php current_page();?>">Link Current Page Site1</a>
I hope I managed to explain myself :S
- The topic ‘Link same page in 2 different blogs from multisite network’ is closed to new replies.