<?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 - Tag: slider links - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/slider-links</link>
		<description>Support Forum - Tag: slider links - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 16:18:05 +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/tags/slider-links" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Linking homepage slider to a post or page other than itself"</title>
			<link>http://www.kriesi.at/support/topic/linking-homepage-slider-to-a-post-or-page-other-than-itself#post-21540</link>
			<pubDate>Sat, 25 Jun 2011 13:49:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21540@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that it worked for you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>skane on "Linking homepage slider to a post or page other than itself"</title>
			<link>http://www.kriesi.at/support/topic/linking-homepage-slider-to-a-post-or-page-other-than-itself#post-21525</link>
			<pubDate>Fri, 24 Jun 2011 22:00:50 +0000</pubDate>
			<dc:creator>skane</dc:creator>
			<guid isPermaLink="false">21525@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry, posted wrong code above. My solution was as follows:&#60;/p&#62;
&#60;p&#62;1. created a custom field called &#60;em&#62;link_to&#60;/em&#62;&#60;br /&#62;
2. changed line 43 in index.php from &#60;strong&#62;the_permalink()&#60;/strong&#62; to &#60;strong&#62;echo get_post_meta($post-&#38;gt;ID, 'link_to', true)&#60;/strong&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>skane on "Linking homepage slider to a post or page other than itself"</title>
			<link>http://www.kriesi.at/support/topic/linking-homepage-slider-to-a-post-or-page-other-than-itself#post-21524</link>
			<pubDate>Fri, 24 Jun 2011 20:01:08 +0000</pubDate>
			<dc:creator>skane</dc:creator>
			<guid isPermaLink="false">21524@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Worked great, thanks.&#60;/p&#62;
&#60;p&#62;In my case, I created a custom field called link_to and then changed line 43 in index.php from &#60;strong&#62;&#60;em&#62;the_permalink()&#60;/em&#62;&#60;/strong&#62; to &#60;strong&#62;&#60;em&#62;the_permalink($post-&#38;gt;ID, 'link_to', true)&#60;/em&#62;&#60;/strong&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>skane on "Linking homepage slider to a post or page other than itself"</title>
			<link>http://www.kriesi.at/support/topic/linking-homepage-slider-to-a-post-or-page-other-than-itself#post-21519</link>
			<pubDate>Fri, 24 Jun 2011 17:06:23 +0000</pubDate>
			<dc:creator>skane</dc:creator>
			<guid isPermaLink="false">21519@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks. I'll try that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Linking homepage slider to a post or page other than itself"</title>
			<link>http://www.kriesi.at/support/topic/linking-homepage-slider-to-a-post-or-page-other-than-itself#post-21501</link>
			<pubDate>Fri, 24 Jun 2011 06:17:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21501@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
You could use custom fields and the get post meta function: &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/get_post_meta&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/get_post_meta&#60;/a&#62; to enter a custom link per post.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>skane on "Linking homepage slider to a post or page other than itself"</title>
			<link>http://www.kriesi.at/support/topic/linking-homepage-slider-to-a-post-or-page-other-than-itself#post-21451</link>
			<pubDate>Thu, 23 Jun 2011 16:19:35 +0000</pubDate>
			<dc:creator>skane</dc:creator>
			<guid isPermaLink="false">21451@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Having the ability to link homepage slider posts (or pages) to posts or pages other than themselves would greatly improve the usability of the sliders. It would enable custom titles and blurbs for each featured item, instead of being limited to the featured post title and excerpted content as they are now.&#60;/p&#62;
&#60;p&#62;In attempting to model a solution, I replaced line 43 of index.php with an absolute link. &#60;/p&#62;
&#60;p&#62;In other words, replacing &#60;strong&#62;href=/&#34;&#38;lt; ?php the_permalink(); ? &#60;/strong&#62; with &#60;strong&#62;mysite.com/otherpost/&#60;/strong&#62;.&#60;/p&#62;
&#60;p&#62;It worked as far as linking slider posts to a different post (or page), but of course now &#60;em&#62;all&#60;/em&#62; posts point to a single link.&#60;/p&#62;
&#60;p&#62;To make this solution workable, Is it possible to replace&#60;strong&#62;&#60;em&#62;the_permalink&#60;/em&#62;&#60;/strong&#62; with the name of the field on the post edit screen &#60;em&#62;Full Size Pic or Video for Lightbox (Image and Video Links allowed )&#60;/em&#62;? This would enable the link to be easily maintainable for each slider post within the post edit function.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
