If the tag you typed for this topic is true… you are in the wrong forum. MU has its own support forum.
hey moshu…
i need it for both WP and WP MU im just hedging my bets by using both forums :]
That’s also known as spam.
To address your issue… maybe I’m not understanding what your wanting. Is there a reason why you can’t just copy/paste the links?
hallsofmontezuma – if you think is spam… im sorry, im just tring to get a solution :]
more info:
main site (mysite.com) has pages eg:
- mysite.com/about
- mysite.com/courses
- mysite.com/news
sub site/blog (mysite.com/othersite)
about/courses/news – these pages dont exist… if the pages are added they would be mysite.com/othersite/about etc…
i cant copy/paste them because any pages added or deleted to the main site would not appear on the “othersite”
the links form mysite.com need to be dynamic, almost like an rss feed (navigation gets updated on one (mysite.com) site and the results appear on other sites (mysite.com/othersite)
I don’t “think” that this is spam. It’s spam because you’re posting it in different forums. WordPress may as well just have one forum for everything if you’re going to post in multiple ones. I understand that you just want to get your issue resolved, but so does everyone else.
So you want to dynamically show links to pages from a different site?
You’ll have to use PHP to do that. One of two ways:
1)use fopen, curl, etc to read the menu and display it on the other site
2)make a connection with the database of the site with the menus and extract the page names