<?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: Setting a link for the &#34;preview_pic_mainpage&#34; custom field</title>
		<link>http://www.kriesi.at/support/topic/setting-a-link-for-the-preview_pic_mainpage-custom-field</link>
		<description>Support Forum - Topic: Setting a link for the &quot;preview_pic_mainpage&quot; custom field</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 21:10:46 +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/setting-a-link-for-the-preview_pic_mainpage-custom-field" rel="self" type="application/rss+xml" />

		<item>
			<title>James Morrison on "Setting a link for the &#34;preview_pic_mainpage&#34; custom field"</title>
			<link>http://www.kriesi.at/support/topic/setting-a-link-for-the-preview_pic_mainpage-custom-field#post-1230</link>
			<pubDate>Wed, 28 Jul 2010 17:10:04 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">1230@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Awesome, marking as resolved and closing topic. If you have any other questions please open a new topic. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tworiversmultimedia.com on "Setting a link for the &#34;preview_pic_mainpage&#34; custom field"</title>
			<link>http://www.kriesi.at/support/topic/setting-a-link-for-the-preview_pic_mainpage-custom-field#post-1228</link>
			<pubDate>Wed, 28 Jul 2010 17:09:14 +0000</pubDate>
			<dc:creator>tworiversmultimedia.com</dc:creator>
			<guid isPermaLink="false">1228@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Kriesi,&#60;/p&#62;
&#60;p&#62;The CSS you provided worked like a charm!  You can see the updated &#38;amp; working links on the home page at: &#60;a href=&#34;http://at-the-well.net/site/&#34; rel=&#34;nofollow&#34;&#62;http://at-the-well.net/site/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks again!&#60;/p&#62;
&#60;p&#62;Paul&#60;/p&#62;
&#60;p&#62;Two Rivers Multimedia&#60;br /&#62;
&#60;a href=&#34;http://www.tworiversmultimedia.com&#34; rel=&#34;nofollow&#34;&#62;http://www.tworiversmultimedia.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Setting a link for the &#34;preview_pic_mainpage&#34; custom field"</title>
			<link>http://www.kriesi.at/support/topic/setting-a-link-for-the-preview_pic_mainpage-custom-field#post-1151</link>
			<pubDate>Wed, 28 Jul 2010 10:15:14 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">1151@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; this should remove the border:&#60;/p&#62;
&#60;pre&#62;
.box_image a img, .box_image a{
border:none;
}
&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tworiversmultimedia.com on "Setting a link for the &#34;preview_pic_mainpage&#34; custom field"</title>
			<link>http://www.kriesi.at/support/topic/setting-a-link-for-the-preview_pic_mainpage-custom-field#post-1114</link>
			<pubDate>Wed, 28 Jul 2010 00:21:51 +0000</pubDate>
			<dc:creator>tworiversmultimedia.com</dc:creator>
			<guid isPermaLink="false">1114@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The coding functioned.  However, I'm holding off on implementing it for now because it created a black border around the images.  Thanks for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Setting a link for the &#34;preview_pic_mainpage&#34; custom field"</title>
			<link>http://www.kriesi.at/support/topic/setting-a-link-for-the-preview_pic_mainpage-custom-field#post-799</link>
			<pubDate>Sun, 25 Jul 2010 16:10:45 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">799@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;you can add those links with the help of custom fields:&#60;/p&#62;
&#60;p&#62;create a new custom field for each of these posts in your wordpress backend, lets call it &#34;link&#34; and as value ad the complete link URL&#60;/p&#62;
&#60;p&#62;open index.php and add the following at line 45:&#60;/p&#62;
&#60;pre&#62;
$link = get_post_meta($post-&#38;gt;ID, &#34;link&#34;, true);
&#60;/pre&#62;
&#60;p&#62;the link URI now is stored within the $link var.&#60;/p&#62;
&#60;p&#62;now change the following code block as described here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/1059352&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/1059352&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tworiversmultimedia.com on "Setting a link for the &#34;preview_pic_mainpage&#34; custom field"</title>
			<link>http://www.kriesi.at/support/topic/setting-a-link-for-the-preview_pic_mainpage-custom-field#post-715</link>
			<pubDate>Sat, 24 Jul 2010 19:06:34 +0000</pubDate>
			<dc:creator>tworiversmultimedia.com</dc:creator>
			<guid isPermaLink="false">715@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is it possible to have the &#34;preview_pic_mainpage&#34; images on the home page to be linked to separate pages?  At present they are not linkable nor do I see where I can enter a link via custom field.  The client I'm working with would like to have each image take the user to the appropriate page on his site.&#60;/p&#62;
&#60;p&#62;I would have no problem editing coding, but I'm not sure what I should add to allow this function.&#60;br /&#62;
Site Address: &#60;a href=&#34;http://at-the-well.net/site/&#34; rel=&#34;nofollow&#34;&#62;http://at-the-well.net/site/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you.&#60;/p&#62;
&#60;p&#62;Paul
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
