<?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: Additional Headline strip on Portfolio page</title>
		<link>http://www.kriesi.at/support/topic/additional-headline-strip-on-portfolio-page</link>
		<description>Support Forum - Topic: Additional Headline strip on Portfolio page</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 05:02:28 +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/additional-headline-strip-on-portfolio-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Additional Headline strip on Portfolio page"</title>
			<link>http://www.kriesi.at/support/topic/additional-headline-strip-on-portfolio-page#post-978</link>
			<pubDate>Tue, 27 Jul 2010 05:48:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">978@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Exuse my mistake I forgot a &#34;;&#34; on the second line. &#60;/p&#62;
&#60;p&#62;I wrote:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($headline != &#38;quot;&#38;quot;) echo $headline&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;instead of&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($headline != &#38;quot;&#38;quot;) echo $headline;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But glad that you solved the problem yourself - ypu're becoming a Wordpress Pro ;-) .&#60;/p&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ianforest on "Additional Headline strip on Portfolio page"</title>
			<link>http://www.kriesi.at/support/topic/additional-headline-strip-on-portfolio-page#post-957</link>
			<pubDate>Mon, 26 Jul 2010 20:12:37 +0000</pubDate>
			<dc:creator>ianforest</dc:creator>
			<guid isPermaLink="false">957@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It's ok don't panic, I edited the portfolio template itself...I only have one anyway...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.ian.dj/venues/&#34; rel=&#34;nofollow&#34;&#62;http://www.ian.dj/venues/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ianforest on "Additional Headline strip on Portfolio page"</title>
			<link>http://www.kriesi.at/support/topic/additional-headline-strip-on-portfolio-page#post-955</link>
			<pubDate>Mon, 26 Jul 2010 20:06:28 +0000</pubDate>
			<dc:creator>ianforest</dc:creator>
			<guid isPermaLink="false">955@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hmmm syntax error...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Additional Headline strip on Portfolio page"</title>
			<link>http://www.kriesi.at/support/topic/additional-headline-strip-on-portfolio-page#post-951</link>
			<pubDate>Mon, 26 Jul 2010 19:50:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">951@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would recommend to modify header.php:&#60;/p&#62;
&#60;p&#62;Modify this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;div class=&#38;quot;center&#38;quot;&#38;gt;&#38;#39;;
	if($headline != &#38;quot;&#38;quot;) echo $headline;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;div class=&#38;quot;center&#38;quot;&#38;gt;&#38;#39;;
	if($headline != &#38;quot;&#38;quot;) echo $headline;

if ( get_post_meta($post-&#38;gt;ID, &#38;#39;second_headline&#38;#39;, true) )
{echo &#38;#39;&#38;lt;br/&#38;gt;&#38;lt;h2&#38;gt;&#38;#39; . get_post_meta($post-&#38;gt;ID, &#38;#39;second_headline&#38;#39;, true) . &#38;#39;&#38;lt;/h2&#38;gt;&#38;#39; ;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now you can add a custom post value to every page/post you publish. It can be used with the portfolio template but also on other pages. &#60;/p&#62;
&#60;p&#62;At the moment the value is called &#34;second_headline&#34;. You've to modify the code for your needs.&#60;/p&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ianforest on "Additional Headline strip on Portfolio page"</title>
			<link>http://www.kriesi.at/support/topic/additional-headline-strip-on-portfolio-page#post-933</link>
			<pubDate>Mon, 26 Jul 2010 17:11:31 +0000</pubDate>
			<dc:creator>ianforest</dc:creator>
			<guid isPermaLink="false">933@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hmm actually looks a bit more complicated...any help will be very much appreciated :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ianforest on "Additional Headline strip on Portfolio page"</title>
			<link>http://www.kriesi.at/support/topic/additional-headline-strip-on-portfolio-page#post-932</link>
			<pubDate>Mon, 26 Jul 2010 17:08:53 +0000</pubDate>
			<dc:creator>ianforest</dc:creator>
			<guid isPermaLink="false">932@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;Just above the sorting boxes I want to add an additional headline, do I just need to edit the portfolio template to include the code for that?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
