<?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: Add line break, bullets, bold etc to slider text</title>
		<link>http://www.kriesi.at/support/topic/add-line-break-bullets-bold-etc-to-slider-text</link>
		<description>Support Forum - Topic: Add line break, bullets, bold etc to slider text</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 00:01:19 +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/add-line-break-bullets-bold-etc-to-slider-text" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Add line break, bullets, bold etc to slider text"</title>
			<link>http://www.kriesi.at/support/topic/add-line-break-bullets-bold-etc-to-slider-text#post-27765</link>
			<pubDate>Sun, 25 Sep 2011 10:46:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27765@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that you found a solution :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mike on "Add line break, bullets, bold etc to slider text"</title>
			<link>http://www.kriesi.at/support/topic/add-line-break-bullets-bold-etc-to-slider-text#post-27755</link>
			<pubDate>Sun, 25 Sep 2011 08:01:39 +0000</pubDate>
			<dc:creator>Mike</dc:creator>
			<guid isPermaLink="false">27755@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you, dude. You pointed me to the fix:&#60;/p&#62;
&#60;p&#62;the_content(''); &#60;/p&#62;
&#60;p&#62;should be &#60;/p&#62;
&#60;p&#62;the_excerpt();&#60;/p&#62;
&#60;p&#62;this allowed my 'read more' to perform correctly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Add line break, bullets, bold etc to slider text"</title>
			<link>http://www.kriesi.at/support/topic/add-line-break-bullets-bold-etc-to-slider-text#post-27166</link>
			<pubDate>Fri, 16 Sep 2011 13:24:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27166@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok - in this case open up: index.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo&#38;#39;&#38;lt;span class=&#38;quot;meta&#38;quot;&#38;gt;&#38;#39;.$punchline.&#38;#39;&#38;lt;/span&#38;gt;&#38;#39;.&#38;quot;\n&#38;quot;;
					echo&#38;#39;&#38;lt;h2&#38;gt;&#38;lt;a href=&#38;quot;&#38;#39;.$link.&#38;#39;&#38;quot; title=&#38;quot;&#38;#39;.get_the_title().&#38;#39;&#38;quot; &#38;gt;&#38;#39;.get_the_title().&#38;#39;&#38;lt;/a&#38;gt;&#38;lt;/h2&#38;gt;&#38;#39;.&#38;quot;\n&#38;quot;;
					the_excerpt();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo&#38;#39;&#38;lt;span class=&#38;quot;meta&#38;quot;&#38;gt;&#38;#39;.$punchline.&#38;#39;&#38;lt;/span&#38;gt;&#38;#39;.&#38;quot;\n&#38;quot;;
					echo&#38;#39;&#38;lt;h2&#38;gt;&#38;lt;a href=&#38;quot;&#38;#39;.$link.&#38;#39;&#38;quot; title=&#38;quot;&#38;#39;.get_the_title().&#38;#39;&#38;quot; &#38;gt;&#38;#39;.get_the_title().&#38;#39;&#38;lt;/a&#38;gt;&#38;lt;/h2&#38;gt;&#38;#39;.&#38;quot;\n&#38;quot;;
					the_content(&#38;#39;&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now you can use the read more tag: &#60;a href=&#34;http://codex.wordpress.org/Customizing_the_Read_More&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Customizing_the_Read_More&#60;/a&#62; within your post content to create a formatted excerpt.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mike on "Add line break, bullets, bold etc to slider text"</title>
			<link>http://www.kriesi.at/support/topic/add-line-break-bullets-bold-etc-to-slider-text#post-27158</link>
			<pubDate>Fri, 16 Sep 2011 11:15:26 +0000</pubDate>
			<dc:creator>Mike</dc:creator>
			<guid isPermaLink="false">27158@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude,&#60;/p&#62;
&#60;p&#62;I am using Twicet. I'm following up on apbonline's question.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Add line break, bullets, bold etc to slider text"</title>
			<link>http://www.kriesi.at/support/topic/add-line-break-bullets-bold-etc-to-slider-text#post-27124</link>
			<pubDate>Fri, 16 Sep 2011 05:58:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27124@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Are you using Twicet? I'm asking because some users post in the wrong forum and at the end it turns out that they use another theme...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mike on "Add line break, bullets, bold etc to slider text"</title>
			<link>http://www.kriesi.at/support/topic/add-line-break-bullets-bold-etc-to-slider-text#post-27084</link>
			<pubDate>Thu, 15 Sep 2011 19:04:39 +0000</pubDate>
			<dc:creator>Mike</dc:creator>
			<guid isPermaLink="false">27084@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How does one add a line break to the slider post? I'd like to avoid copy being cut off, and have the break after a short, introductory paragraph, instead. &#60;/p&#62;
&#60;p&#62;Thanks--
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Add line break, bullets, bold etc to slider text"</title>
			<link>http://www.kriesi.at/support/topic/add-line-break-bullets-bold-etc-to-slider-text#post-8226</link>
			<pubDate>Wed, 03 Nov 2010 12:43:55 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">8226@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;You shouldn't be having an issue adding an unordered list - make sure you use HTML view and add this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ul&#38;gt;
&#38;lt;li&#38;gt;Test&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;Test 2&#38;lt;/li&#38;gt;
&#38;lt;/ul&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or for a list with links, this code: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ul&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;#your-link-here&#38;quot;&#38;gt;Test&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;#your-link-here&#38;quot;&#38;gt;Test 2&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
&#38;lt;/ul&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>apbonline on "Add line break, bullets, bold etc to slider text"</title>
			<link>http://www.kriesi.at/support/topic/add-line-break-bullets-bold-etc-to-slider-text#post-8022</link>
			<pubDate>Sat, 30 Oct 2010 15:55:07 +0000</pubDate>
			<dc:creator>apbonline</dc:creator>
			<guid isPermaLink="false">8022@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Just wanted to say that your Twicet template is very nice. I had a good look around and after much debate we chose this template - so thank you!&#60;/p&#62;
&#60;p&#62;Question: In your sample your text in the slider has a line break between paragraphs. When I insert line breaks in my post text description the text just wraps without a line break. This makes it difficult to read. I also want to use bullets/Bold etc Any ideas?&#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
