<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: Custom Fields for use in TITLE - For SEO</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: Custom Fields for use in TITLE - For SEO</description>
<language>en</language>
<pubDate>Wed, 25 Nov 2009 22:21:59 +0000</pubDate>

<item>
<title>anewidentity on "Custom Fields for use in TITLE - For SEO"</title>
<link>http://wordpress.org/support/topic/262203#post-1045903</link>
<pubDate>Tue, 14 Apr 2009 20:51:58 +0000</pubDate>
<dc:creator>anewidentity</dc:creator>
<guid isPermaLink="false">1045903@http://wordpress.org/support/</guid>
<description>&#60;p&#62;the only problem with those custom title plugins is that they still only let you access general objects like post title and post author. None of them (that I have found) let you tap into the posts actual meta data or custom fields.
&#60;/p&#62;</description>
</item>
<item>
<title>iridiax on "Custom Fields for use in TITLE - For SEO"</title>
<link>http://wordpress.org/support/topic/262203#post-1045881</link>
<pubDate>Tue, 14 Apr 2009 20:24:47 +0000</pubDate>
<dc:creator>iridiax</dc:creator>
<guid isPermaLink="false">1045881@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;code&#62;&#38;lt;title&#38;gt;&#60;/code&#62; is not part of the &#60;a href=&#34;http://codex.wordpress.org/The_Loop&#34;&#62;Loop&#60;/a&#62; and the post meta (custom field) functions need to be in the Loop. This is why the easiest option is to just use a custom title plugin for this (the same thing goes for meta descriptions and meta keywords).
&#60;/p&#62;</description>
</item>
<item>
<title>anewidentity on "Custom Fields for use in TITLE - For SEO"</title>
<link>http://wordpress.org/support/topic/262203#post-1045819</link>
<pubDate>Tue, 14 Apr 2009 19:20:00 +0000</pubDate>
<dc:creator>anewidentity</dc:creator>
<guid isPermaLink="false">1045819@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I am running across a problem where I would like to use data from my Custom Fields for use in my TITLE -&#60;/p&#62;
&#60;p&#62;ie:&#60;/p&#62;
&#60;p&#62;[theTitle()] at [custom_field_1_shop] in [custom_field_2_city], [custom_field_3_state]&#60;br /&#62;
would read:&#60;/p&#62;
&#60;p&#62;&#60;em&#62;HotDogs at Nathan's Hot Dogs in New York, NY&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;Here is the code I am using to generate my title currently:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;title&#38;gt;

&#38;lt;?php if (is_home () ) {
	bloginfo(&#38;#39;name&#38;#39;); ?&#38;gt; &#124; &#38;lt;?php bloginfo(&#38;#39;description&#38;#39;);
} elseif ( is_category() ) {
    single_cat_title(); echo &#38;#39; - &#38;#39; ; bloginfo(&#38;#39;name&#38;#39;);
} elseif (is_single() ) {

        single_post_title();
		echo the_ID();
		echo &#38;quot;at &#38;quot;;
		echo $custom_field_1_shop;
		echo &#38;quot; in &#38;quot;;
		echo $custom_field_2_city;
		echo &#38;quot;,&#38;quot;;
		echo $custom_field_3_state;

} elseif (is_page() ) {
    bloginfo(&#38;#39;name&#38;#39;); echo &#38;#39;: &#38;#39;; single_post_title();
} else {
    wp_title(&#38;#39;&#38;#39;,true);
} ?&#38;gt;
&#38;lt;/title&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;thanks for the help!&#60;br /&#62;
much appreciate!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
