Hi,
I have a multisite network set up. For simplicity, let's assume there are only two sites (in reality, we have many more).
Site A == defines a custom post type (faculty_profile)
Site B == we'd like to pull in a list of faculty_profiles from Site A
I have it working, using code like this:
This seems to work ok. The list of posts is pulled fine. But, the permalinks are not correct.
Instead of the pretty CPT permalinks, I get
http://somesite.com/sitea/2011/03/07/some-slug/
While the link isn't correct, it does redirect to the proper link.
ie; http://somesite.com/sitea/faculty/some-slug/
Even with switch-site-rewrite, I get the same results.
Could someone point out what I am doing wrong here? Thanks.