<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Tag: ellispes - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/ellispes</link>
		<description>WordPress.com Forums &#187; Tag: ellispes - Recent Posts</description>
		<language>en</language>
		<pubDate>Sat, 18 May 2013 15:41:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/ellispes" rel="self" type="application/rss+xml" />

		<item>
			<title>dahlymcc on "Removing ... from excerpts - custom"</title>
			<link>http://en.forums.wordpress.com/topic/removing-from-excerpts-custom#post-939977</link>
			<pubDate>Wed, 11 Jul 2012 16:49:02 +0000</pubDate>
			<dc:creator>dahlymcc</dc:creator>
			<guid isPermaLink="false">939977@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I want to completely remove the ellipses from my excerpts. They show up on my page as ... rather than the bracketed [...]. How do I get rid of this? How can I add a "Continue Reading" instead?</p>
<p>Here is my functions.php code:</p>
<p>&#60;?php</p>
<p>	$functions_path = TEMPLATEPATH . '/functions/';<br />
	$includes_path = TEMPLATEPATH . '/includes/';</p>
<p>	//Theme Options<br />
	require_once $functions_path . 'admin-options.php';</p>
<p>	//Loading jQuery and Scripts<br />
	require_once $includes_path . 'theme-scripts.php';</p>
<p>	//Widget and Sidebar<br />
	require_once $includes_path . 'sidebar-init.php';</p>
<p>	require_once $includes_path . 'register-widgets.php';</p>
<p>	//Additional function<br />
	require_once $includes_path . 'theme-function.php';</p>
<p>	//Theme init<br />
	require_once $includes_path . 'theme-init.php';</p>
<p>	// removes detailed login error information for security<br />
	add_filter('login_errors',create_function('$a', "return null;"));</p>
<p>	// Removes Trackbacks from the comment cout<br />
	add_filter('get_comments_number', 'comment_count', 0);<br />
	function comment_count( $count ) {<br />
		if ( ! is_admin() ) {<br />
			global $id;<br />
			$comments_by_type = &#38;separate_comments(get_comments('status=approve&#38;post_id=' . $id));<br />
			return count($comments_by_type['comment']);<br />
		} else {<br />
			return $count;<br />
		}<br />
	}</p>
<p>	// custom excerpt ellipses for 2.9+<br />
	function custom_excerpt_more($more) {<br />
		return 'Read More &#187;';<br />
	}<br />
	add_filter('excerpt_more', 'custom_excerpt_more');<br />
	// no more jumping for read more link<br />
	function no_more_jumping($post) {<br />
		return '<a>ID).'" class="read-more"&#62;'.'Continue Reading'.'</a>';<br />
	}<br />
	add_filter('excerpt_more', 'no_more_jumping');</p>
<p>	// category id in body and post class<br />
	function category_id_class($classes) {<br />
		global $post;<br />
		foreach((get_the_category($post-&#62;ID)) as $category)<br />
			$classes [] = 'cat-' . $category-&#62;cat_ID . '-id';<br />
			return $classes;<br />
	}<br />
	add_filter('post_class', 'category_id_class');<br />
	add_filter('body_class', 'category_id_class');</p>
<p>?&#62;
</p>
]]></description>
					</item>
		<item>
			<title>supportbot on "Removing ... from excerpts - custom"</title>
			<link>http://en.forums.wordpress.com/topic/removing-from-excerpts-custom#post-939978</link>
			<pubDate>Wed, 11 Jul 2012 16:49:02 +0000</pubDate>
			<dc:creator>supportbot</dc:creator>
			<guid isPermaLink="false">939978@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You did not specify a blog address or reason for posting when you created this topic.</p>
<p>This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you'll find help at the <a href="http://wordpress.org/support/">WordPress.org forums</a>.</p>
<p>If you don't understand the difference between WordPress.com and WordPress.org, you may find <a href="http://support.wordpress.com/com-vs-org/">this information</a> helpful.</p>
<p>If you forgot to include a link to your blog, you can reply and include it below.  It'll help people to answer your question.</p>
<p>This is an automated message.
</p>
]]></description>
					</item>

	</channel>
</rss>
