<?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: Page Title Issue</title>
		<link>http://www.kriesi.at/support/topic/page-title-issue</link>
		<description>Support Forum - Topic: Page Title Issue</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 21:04: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/page-title-issue" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Page Title Issue"</title>
			<link>http://www.kriesi.at/support/topic/page-title-issue#post-86747</link>
			<pubDate>Thu, 06 Dec 2012 07:23:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">86747@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Can you post a link to the fundraising page please? &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>OcalaWebsiteDesigns on "Page Title Issue"</title>
			<link>http://www.kriesi.at/support/topic/page-title-issue#post-86659</link>
			<pubDate>Wed, 05 Dec 2012 18:31:39 +0000</pubDate>
			<dc:creator>OcalaWebsiteDesigns</dc:creator>
			<guid isPermaLink="false">86659@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is what the folks at WPMUDEV said: &#60;/p&#62;
&#60;p&#62;The Fundraising plugin uses custom posts, which is different than a regular post or page. Having the Fundraising plugin use regular posts or pages would limit the versatility of the plugin, the theme, and your website as a whole. Which is why we use custom post types rather than regular pages. &#60;/p&#62;
&#60;p&#62;However, if statements can be set up for custom post types, so it's more of a matter of your theme not having the proper if statements for a fully functioning WordPress site. It also looks like the if statement may be set up improperly and/or in the wrong order since the individual fundraising posts have the title blog. &#60;/p&#62;
&#60;p&#62;Everything that you have described can be done through a proper if/else statement that encompasses all of WordPress' core features.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>OcalaWebsiteDesigns on "Page Title Issue"</title>
			<link>http://www.kriesi.at/support/topic/page-title-issue#post-86654</link>
			<pubDate>Wed, 05 Dec 2012 18:08:36 +0000</pubDate>
			<dc:creator>OcalaWebsiteDesigns</dc:creator>
			<guid isPermaLink="false">86654@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The plugin is from WPMU-DEV, I'm not running the theme on WPMU (multi-site) so the license for the theme should be fine.  I don't do WPMU.  :)  If you login with the credentials I set for the other issue, you can see what I'm talking about by clicking one of the fundraisers in the sidebar:&#60;br /&#62;
FUNDRAISERS LIST&#60;br /&#62;
Family 112012-1&#60;br /&#62;
Family One Fundraiser&#60;/p&#62;
&#60;p&#62;Then look at the page heading.  Then in the breadcrumbs you can click on the root for the fundraising and see that it also uses something other than it's page heading...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Page Title Issue"</title>
			<link>http://www.kriesi.at/support/topic/page-title-issue#post-86500</link>
			<pubDate>Tue, 04 Dec 2012 19:19:24 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">86500@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi OcalaWebsiteDesigns,&#60;/p&#62;
&#60;p&#62;I'm not familiar with the plugin you are talking about but it sounds like it might just be using an archive page that links to individual posts created by the plugin. &#60;/p&#62;
&#60;p&#62;In that case, you can just remove or change the name of the 'Archive for' text in framework&#38;gt;php&#38;gt;function-set-avia-frontend.php .&#60;/p&#62;
&#60;p&#62;Search for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;elseif(is_tax())
		{
			$term = get_term_by( &#38;#39;slug&#38;#39;, get_query_var( &#38;#39;term&#38;#39; ), get_query_var( &#38;#39;taxonomy&#38;#39; ) );
			$output = __(&#38;#39;Archive for: &#38;#39;,&#38;#39;avia_framework&#38;#39;).$term-&#38;gt;name;
		}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Or if that doesn't get it, try each of the other checks in that same function. Make sure to save the file back on your server and keep a back up to this file when you update the theme (since it will be overwritten).&#60;/p&#62;
&#60;p&#62;Also to note, make sure you have the correct license for using the theme on a WPMU setup since the basic vs extended is different depending on the usage.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>OcalaWebsiteDesigns on "Page Title Issue"</title>
			<link>http://www.kriesi.at/support/topic/page-title-issue#post-86307</link>
			<pubDate>Mon, 03 Dec 2012 15:16:37 +0000</pubDate>
			<dc:creator>OcalaWebsiteDesigns</dc:creator>
			<guid isPermaLink="false">86307@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm running a crowdfunding plugin from WPMU.  Can I change what the heading (page title) is as it now is coming up as 'archives' for 'fundraising' (the root of the plugin) and when you click on a project name it says &#34;blog&#34;... I would expect since you can set the name of the plugin, that it would then use that name as the heading... Anybody have any thoughts on how I can correct this?  I also have this posted on their support site...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
