<?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: No link in &#34;more&#34;</title>
		<link>http://www.kriesi.at/support/topic/no-link-in-more</link>
		<description>Support Forum - Topic: No link in &quot;more&quot;</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 08:21:17 +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/no-link-in-more" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "No link in &#34;more&#34;"</title>
			<link>http://www.kriesi.at/support/topic/no-link-in-more#post-29994</link>
			<pubDate>Thu, 20 Oct 2011 11:12:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29994@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes - the code should look like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function new_excerpt_more($more) {
       global $post;
	return &#38;#39; &#38;lt;a href=&#38;quot;&#38;#39;. get_permalink($post-&#38;gt;ID) . &#38;#39;&#38;quot; class=&#38;quot;button&#38;quot;&#38;gt;[...]&#38;lt;/a&#38;gt;&#38;#39;;
}
add_filter(&#38;#39;excerpt_more&#38;#39;, &#38;#39;new_excerpt_more&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>macrunner on "No link in &#34;more&#34;"</title>
			<link>http://www.kriesi.at/support/topic/no-link-in-more#post-29973</link>
			<pubDate>Thu, 20 Oct 2011 08:31:05 +0000</pubDate>
			<dc:creator>macrunner</dc:creator>
			<guid isPermaLink="false">29973@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I apologize&#60;br /&#62;
I solved&#60;br /&#62;
in the code is added class=&#34;button&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>macrunner on "No link in &#34;more&#34;"</title>
			<link>http://www.kriesi.at/support/topic/no-link-in-more#post-29969</link>
			<pubDate>Thu, 20 Oct 2011 08:05:28 +0000</pubDate>
			<dc:creator>macrunner</dc:creator>
			<guid isPermaLink="false">29969@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;br /&#62;
very interesting.&#60;br /&#62;
you can create a button? For example: &#60;a href=&#34;http://i.imgur.com/P1fG7.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/P1fG7.jpg&#60;/a&#62;&#60;br /&#62;
The code you posted, how to call the CSS class button?&#60;br /&#62;
thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "No link in &#34;more&#34;"</title>
			<link>http://www.kriesi.at/support/topic/no-link-in-more#post-29945</link>
			<pubDate>Thu, 20 Oct 2011 06:09:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">29945@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that Chris could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Urbannature on "No link in &#34;more&#34;"</title>
			<link>http://www.kriesi.at/support/topic/no-link-in-more#post-29883</link>
			<pubDate>Wed, 19 Oct 2011 17:41:24 +0000</pubDate>
			<dc:creator>Urbannature</dc:creator>
			<guid isPermaLink="false">29883@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the code it works well.&#60;br /&#62;
 I think this way is more intuitive.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "No link in &#34;more&#34;"</title>
			<link>http://www.kriesi.at/support/topic/no-link-in-more#post-29786</link>
			<pubDate>Wed, 19 Oct 2011 02:39:04 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">29786@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
voor dit thema is het normaal dat de &#34;[...]&#34; niet linkt omdat de titel al gelinkt is.&#60;/p&#62;
&#60;p&#62;To make the &#34;[...]&#34; a link you can add the following to the bottom of the functions.php file&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function new_excerpt_more($more) {
       global $post;
	return &#38;#39; &#38;lt;a href=&#38;quot;&#38;#39;. get_permalink($post-&#38;gt;ID) . &#38;#39;&#38;quot;&#38;gt;[...]&#38;lt;/a&#38;gt;&#38;#39;;
}
add_filter(&#38;#39;excerpt_more&#38;#39;, &#38;#39;new_excerpt_more&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Urbannature on "No link in &#34;more&#34;"</title>
			<link>http://www.kriesi.at/support/topic/no-link-in-more#post-29720</link>
			<pubDate>Tue, 18 Oct 2011 10:56:07 +0000</pubDate>
			<dc:creator>Urbannature</dc:creator>
			<guid isPermaLink="false">29720@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;or is this normal for WordPress?&#60;br /&#62;
I'am a newby in WordPress, i came from Joomla.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Urbannature on "No link in &#34;more&#34;"</title>
			<link>http://www.kriesi.at/support/topic/no-link-in-more#post-29681</link>
			<pubDate>Mon, 17 Oct 2011 20:57:14 +0000</pubDate>
			<dc:creator>Urbannature</dc:creator>
			<guid isPermaLink="false">29681@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;De &#34;more&#34; [...] link on the blog don't work.&#60;/p&#62;
&#60;p&#62;ex . &#60;a href=&#34;http://www.urbannature.nl/?page_id=197&#34; rel=&#34;nofollow&#34;&#62;http://www.urbannature.nl/?page_id=197&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Does anyone have a solution?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
