<?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: Accordion Slider - Link to Category</title>
		<link>http://www.kriesi.at/support/topic/accordion-slider-link-to-category</link>
		<description>Support Forum - Topic: Accordion Slider - Link to Category</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 15:15: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/accordion-slider-link-to-category" rel="self" type="application/rss+xml" />

		<item>
			<title>James Morrison on "Accordion Slider - Link to Category"</title>
			<link>http://www.kriesi.at/support/topic/accordion-slider-link-to-category#post-3633</link>
			<pubDate>Fri, 27 Aug 2010 17:00:34 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">3633@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; The code I posted above should work - have you tried this?&#60;/p&#62;
&#60;p&#62;You'd need to add the link to each slide or it will default to the permalink. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>drjgoldsmith on "Accordion Slider - Link to Category"</title>
			<link>http://www.kriesi.at/support/topic/accordion-slider-link-to-category#post-3583</link>
			<pubDate>Thu, 26 Aug 2010 21:33:15 +0000</pubDate>
			<dc:creator>drjgoldsmith</dc:creator>
			<guid isPermaLink="false">3583@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Re: Newscast&#60;/p&#62;
&#60;p&#62;How do I link the 5 accordion slider images to pages instead of posts that remain static (don't change)? &#60;/p&#62;
&#60;p&#62;Also, I'm having a problem with the navigation bar below the header. The custom menus I create are duplicated. &#60;/p&#62;
&#60;p&#62;Newscast:&#60;br /&#62;
1: Home &#38;gt; About &#38;gt; Dropdown &#38;gt; Fullwidth Page &#38;gt; Contact &#38;gt; About&#60;br /&#62;
2: Tech News &#38;gt; Adobe &#38;gt; Community &#38;gt; Browser &#38;gt; Illustrator...&#60;/p&#62;
&#60;p&#62;Mine:&#60;br /&#62;
1: Home &#38;gt; Cosmetic Dentistry &#38;gt; General Dentistry...&#60;br /&#62;
2: Home &#38;gt; Cosmetic Dentistry &#38;gt; General Dentistry...&#60;/p&#62;
&#60;p&#62;Any and all help is much appreciated! Thanks!&#60;/p&#62;
&#60;p&#62;Adam
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Accordion Slider - Link to Category"</title>
			<link>http://www.kriesi.at/support/topic/accordion-slider-link-to-category#post-3064</link>
			<pubDate>Wed, 18 Aug 2010 19:47:55 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">3064@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The easiest way to do this is to use a custom field on the slider page (in WP admin).&#60;/p&#62;
&#60;p&#62;On the edit post page, add a custom field called &#34;link&#34; and add the category link here.&#60;/p&#62;
&#60;p&#62;Next, open up index.php and find this code (around line 41):&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;&#38;lt;?php the_permalink(); ?&#38;gt;&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and replace it with this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if ( get_post_meta($post-&#38;gt;ID, &#38;#39;link&#38;#39;, true) ) { ?&#38;gt;
&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_post_meta($post-&#38;gt;ID, &#38;#39;link&#38;#39;, true) ?&#38;gt;&#38;quot;&#38;gt;
&#38;lt;?php } else { ?&#38;gt;
&#38;lt;a href=&#38;quot;&#38;lt;?php the_permalink(); ?&#38;gt;&#38;quot;&#38;gt;
&#38;lt;?php } ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If the custom field exists, this link is displayed otherwise it defaults to the slide link.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>enzearth on "Accordion Slider - Link to Category"</title>
			<link>http://www.kriesi.at/support/topic/accordion-slider-link-to-category#post-3008</link>
			<pubDate>Wed, 18 Aug 2010 02:47:53 +0000</pubDate>
			<dc:creator>enzearth</dc:creator>
			<guid isPermaLink="false">3008@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can I link the images in the accordion slider to a category instead of a page?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
