<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Authorship and Profiles</title>
		<link>http://www.kriesi.at/support/topic/authorship-and-profiles</link>
		<description>Support Forum - Topic: Authorship and Profiles</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 03:06:26 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/authorship-and-profiles" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Authorship and Profiles"</title>
			<link>http://www.kriesi.at/support/topic/authorship-and-profiles#post-88411</link>
			<pubDate>Sun, 16 Dec 2012 05:20:40 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">88411@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi InterdisciplinaryInnovation,&#60;/p&#62;
&#60;p&#62;Thanks for sharing the information. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>InterdisciplinaryInnovation on "Authorship and Profiles"</title>
			<link>http://www.kriesi.at/support/topic/authorship-and-profiles#post-88406</link>
			<pubDate>Sun, 16 Dec 2012 01:36:15 +0000</pubDate>
			<dc:creator>InterdisciplinaryInnovation</dc:creator>
			<guid isPermaLink="false">88406@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I tried to use this solution on the newer versions of Wordpress / Angular and it wouldn't work, but I found another way to make this happen.  In the file, register-portfolio.php located in /includes/admin, I went to the following lines of code:&#60;/p&#62;
&#60;p&#62;	$args = array(&#60;br /&#62;
		'labels' =&#38;gt; $labels,&#60;br /&#62;
		'public' =&#38;gt; true,&#60;br /&#62;
		'show_ui' =&#38;gt; true,&#60;br /&#62;
		'capability_type' =&#38;gt; 'post',&#60;br /&#62;
		'hierarchical' =&#38;gt; false,&#60;br /&#62;
		'rewrite' =&#38;gt; array('slug'=&#38;gt;$slugRule,'with_front'=&#38;gt;true),&#60;br /&#62;
		'query_var' =&#38;gt; true,&#60;br /&#62;
		'show_in_nav_menus'=&#38;gt; false,&#60;br /&#62;
		'supports' =&#38;gt; array('title','thumbnail','excerpt','editor','comments')&#60;/p&#62;
&#60;p&#62;I changed the final line to read:&#60;br /&#62;
		'supports' =&#38;gt; array('title','thumbnail','excerpt','editor','comments','author')&#60;/p&#62;
&#60;p&#62;Maybe this will be useful to others!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Authorship and Profiles"</title>
			<link>http://www.kriesi.at/support/topic/authorship-and-profiles#post-70357</link>
			<pubDate>Thu, 09 Aug 2012 20:49:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">70357@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Dude could help :)&#60;/p&#62;
&#60;p&#62;You can always drop a line to Kriesi here: &#60;a href=&#34;http://www.kriesi.at/contact&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/contact&#60;/a&#62; and let him know how great the support is ;) or to his Twitter: &#60;a href=&#34;https://twitter.com/Kriesi&#34; rel=&#34;nofollow&#34;&#62;https://twitter.com/Kriesi&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>InterdisciplinaryInnovation on "Authorship and Profiles"</title>
			<link>http://www.kriesi.at/support/topic/authorship-and-profiles#post-70351</link>
			<pubDate>Thu, 09 Aug 2012 19:52:55 +0000</pubDate>
			<dc:creator>InterdisciplinaryInnovation</dc:creator>
			<guid isPermaLink="false">70351@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Dude,&#60;/p&#62;
&#60;p&#62;This worked beautifully.  Thank you so much for your help!&#60;/p&#62;
&#60;p&#62;I have been asking a lot of questions as of late.  Is there any way that I can donate more $?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Authorship and Profiles"</title>
			<link>http://www.kriesi.at/support/topic/authorship-and-profiles#post-69332</link>
			<pubDate>Sat, 04 Aug 2012 14:42:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">69332@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Based on: &#60;a href=&#34;http://wordpress.stackexchange.com/questions/11210/including-post-type-wiki-in-author-archives&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.stackexchange.com/questions/11210/including-post-type-wiki-in-author-archives&#60;/a&#62; I'd try to add following function to functions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function inoplugs_portfolio_for_author( &#38;amp;$query )
{
    if ( $query-&#38;gt;is_author )
        $query-&#38;gt;set( &#38;#39;post_type&#38;#39;, &#38;#39;portfolio&#38;#39; );
    remove_action( &#38;#39;pre_get_posts&#38;#39;, &#38;#39;inoplugs_portfolio_for_author&#38;#39; ); // run once!
}
add_action( &#38;#39;pre_get_posts&#38;#39;, &#38;#39;inoplugs_portfolio_for_author&#38;#39; );&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>InterdisciplinaryInnovation on "Authorship and Profiles"</title>
			<link>http://www.kriesi.at/support/topic/authorship-and-profiles#post-69300</link>
			<pubDate>Fri, 03 Aug 2012 20:19:07 +0000</pubDate>
			<dc:creator>InterdisciplinaryInnovation</dc:creator>
			<guid isPermaLink="false">69300@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Wordpress automatically attributes posts to authors, and I wanted to know how to ensure that when somebody write a portfolio entry, that that portfolio entry is attributed to them.  In other words to make sure that portfolio pages endup in domain/authorname/&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
