<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">We are a k-8 school system and we use WordPress multisite for each of our buildings. For our administrators to keep track of web usage, we created a page template that forms a loop around switch_to_blog(), which allows us to gather information about each site, which is displayed on a single page. It is a rather large page load, with many different database queries flying around, but it gets the job done.<div><br></div><div>All you would need to do is to change what happens inside the loop to adjust for your CPTs and Taxonomies. &nbsp;The end result would be a page long table with a cell for each site… in your case a portfolio.</div><div><br></div><div>This would need to go inside your theme's folder, and you will need to create a page, calling this template… then adjust accordingly. - - - - &nbsp;<a href="http://dl.dropbox.com/u/30128463/page-site-info.php">http://dl.dropbox.com/u/30128463/page-site-info.php</a></div><div><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div><i><br></i></div></div></div></span></span><div>Let me know if this helps - Chris</div><div><br></div>
</div>
<br><div><div>On Jan 5, 2012, at 6:00 AM, <a href="mailto:wp-edu-request@lists.automattic.com">wp-edu-request@lists.automattic.com</a> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Send wp-edu mailing list submissions to<br><span class="Apple-tab-span" style="white-space:pre">        </span><a href="mailto:wp-edu@lists.automattic.com">wp-edu@lists.automattic.com</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br><span class="Apple-tab-span" style="white-space:pre">        </span>http://lists.automattic.com/mailman/listinfo/wp-edu<br>or, via email, send a message with subject or body 'help' to<br><span class="Apple-tab-span" style="white-space:pre">        </span>wp-edu-request@lists.automattic.com<br><br>You can reach the person managing the list at<br><span class="Apple-tab-span" style="white-space:pre">        </span>wp-edu-owner@lists.automattic.com<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of wp-edu digest..."<br><br><br>Today's Topics:<br><br> &nbsp;&nbsp;1. MultiSite Sitewide Query for CPTs/Taxonomies (Kyle Jones)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Wed, 4 Jan 2012 10:13:40 -0600<br>From: Kyle Jones &lt;kylejones@thecorkboard.org&gt;<br>Subject: [wp-edu] MultiSite Sitewide Query for CPTs/Taxonomies<br>To: wp-edu@lists.automattic.com<br>Message-ID: &lt;5CC08883-26FF-44F9-95C4-90D3CD1B726C@thecorkboard.org&gt;<br>Content-Type: text/plain; charset="us-ascii"; Format="flowed";<br><span class="Apple-tab-span" style="white-space:pre">        </span>DelSp="yes"<br><br>Hello everyone-<br><br>Over at UW-Madison's School of Library and Information Studies we're &nbsp;<br>investigating using WP custom post types and taxonomies to develop &nbsp;<br>ePortfolios for our students. &nbsp;One of the biggest requests is the &nbsp;<br>ability for the instructors to easily access artifacts (the CPT) based &nbsp;<br>on a goals category (the custom taxonomy).<br><br> From my searches this morning it looks as if there's not a plugin or &nbsp;<br>real easy way to query across the entire site based on a specific CPT &nbsp;<br>and taxonomy. &nbsp;The much-used sitewide tags plugin seems to be the &nbsp;<br>closest, but as we're not using "normal" posts and tags this won't do.<br><br>Have you investigated anything like this at your institution? &nbsp;Any &nbsp;<br>ideas or thoughts on how to push forward?<br><br>Thanks,<br><br>~Kyle M. L. Jones~<br><br>School of Library and Information Studies, UW-Madison<br><span class="Apple-tab-span" style="white-space:pre">        </span>-Ph.D Student<br><span class="Apple-tab-span" style="white-space:pre">        </span>-Distance Ed. T.A.<br>E-mail<br><span class="Apple-tab-span" style="white-space:pre">        </span>-kmjones8@wisc.edu<br><span class="Apple-tab-span" style="white-space:pre">        </span>-kylejones@thecorkboard.org<br><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: &lt;http://lists.automattic.com/pipermail/wp-edu/attachments/20120104/3c7a9e2a/attachment-0001.htm&gt;<br><br>------------------------------<br><br>_______________________________________________<br>wp-edu mailing list<br>wp-edu@lists.automattic.com<br>http://lists.automattic.com/mailman/listinfo/wp-edu<br><br><br>End of wp-edu Digest, Vol 31, Issue 1<br>*************************************<br></div></blockquote></div><br></div></body></html>