<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>excerpt &#8211; Content Views Pro</title>
	<atom:link href="https://contentviewspro.com/documentation/tags/excerpt/feed/" rel="self" type="application/rss+xml" />
	<link>https://contentviewspro.com/documentation</link>
	<description>Most Popular Filter &#38; Grid Plugin For WordPress</description>
	<lastBuildDate>Fri, 29 Dec 2023 07:54:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Use excerpt generated by Advanced Excerpt plugin</title>
		<link>https://contentviewspro.com/documentation/article/use-excerpt-generated-advanced-excerpt-plugin/</link>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Thu, 18 Aug 2016 02:29:27 +0000</pubDate>
				<guid isPermaLink="false">http://docs.contentviewspro.com/?p=934</guid>

					<description><![CDATA[There are many plugins which help you to customize excerpt of posts. Advanced Excerpt is one of them. To use excerpt generated by Advanced Excerpt plugin, please add this code to file functions.php of your active theme: // CVP - use excerpt generated by Advanced Excerpt plugin add_filter( 'pt_cv_field_content_final', 'cvp_field_content_final_ade', 10, 2 ); function cvp_field_content_final_ade( &#8230;<p class="read-more"> <a class="" href="https://contentviewspro.com/documentation/article/use-excerpt-generated-advanced-excerpt-plugin/"> <span class="screen-reader-text">Use excerpt generated by Advanced Excerpt plugin</span> Read More &#187;</a></p>]]></description>
										<content:encoded><![CDATA[<p>There are many plugins which help you to customize excerpt of posts. Advanced Excerpt is one of them. To use excerpt generated by Advanced Excerpt plugin, please add this code to file functions.php of your active theme:</p>
<pre style="font-size:13px">
<code>// CVP - use excerpt generated by Advanced Excerpt plugin
add_filter( 'pt_cv_field_content_final', 'cvp_field_content_final_ade', 10, 2 );
function cvp_field_content_final_ade( $content, $post ) {
	$content = get_the_excerpt();	
	return $content;
}</code>
</pre>
<p>Best regards,</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Show manual excerpt of WordPress post</title>
		<link>https://contentviewspro.com/documentation/article/show-manual-excerpt-wordpress-post-pro-version/</link>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Mon, 20 Jun 2016 03:05:43 +0000</pubDate>
				<guid isPermaLink="false">http://docs.contentviewspro.com/?p=2218</guid>

					<description><![CDATA[Content Views helps you to show the excerpt of WordPress post easily without coding.You can show the generate excerpt or manual excerpt. Manual excerpt is a default feature of WordPress. If it is not enabled yet, you can enable and use it easily: Enable for Classic Editor Enable for Block Editor Show manual excerpt Then &#8230;<p class="read-more"> <a class="" href="https://contentviewspro.com/documentation/article/show-manual-excerpt-wordpress-post-pro-version/"> <span class="screen-reader-text">Show manual excerpt of WordPress post</span> Read More &#187;</a></p>]]></description>
										<content:encoded><![CDATA[
<p>Content Views helps you to show the excerpt of WordPress post easily without coding.<br>You can show the generate excerpt or manual excerpt.<br><br>Manual excerpt is a default feature of WordPress. If it is not enabled yet, you can enable and use it easily:</p>



<h2 class="wp-block-heading">Enable for Classic Editor</h2>



<figure class="wp-block-image aligncenter size-full wp-image-3682"><img decoding="async" src="https://contentviewspro.com/documentation/wp-content/uploads/2016/11/WordPress-Manual-Excerpts.png" alt="WordPress manual excerpt" class="wp-image-3682"/><figcaption class="wp-element-caption">Manual excerpt in Classic editor. <em><a href="https://contentviewspro.com/documentation/wp-content/uploads/2016/11/WordPress-Manual-Excerpts.png" target="_blank" rel="noopener noreferrer">(click here to see full image)</a></em></figcaption></figure>



<h2 class="wp-block-heading">Enable for Block Editor</h2>



<figure class="wp-block-image aligncenter size-full wp-image-3746"><img fetchpriority="high" decoding="async" width="903" height="496" src="https://contentviewspro.com/documentation/wp-content/uploads/2016/06/gutenberg-excerpt.png" alt="Manual excerpt in new Gutenberg editor" class="wp-image-3746" srcset="https://contentviewspro.com/documentation/wp-content/uploads/2016/06/gutenberg-excerpt.png 903w, https://contentviewspro.com/documentation/wp-content/uploads/2016/06/gutenberg-excerpt-300x165.png 300w, https://contentviewspro.com/documentation/wp-content/uploads/2016/06/gutenberg-excerpt-768x422.png 768w" sizes="(max-width: 903px) 100vw, 903px" /><figcaption class="wp-element-caption">Manual excerpt in new Gutenberg editor.</figcaption></figure>



<h2 class="wp-block-heading">Show manual excerpt</h2>



<p>Then you can show the manual excerpt with <strong>Content Views</strong> easily:</p>



<figure class="wp-block-image"><img decoding="async" width="630" height="497" src="https://contentviewspro.com/documentation/wp-content/uploads/2017/09/Content-Views-Pro-show-manual-excerpt.png" alt="Content Views Pro - show manual excerpt" class="wp-image-2222" srcset="https://contentviewspro.com/documentation/wp-content/uploads/2017/09/Content-Views-Pro-show-manual-excerpt.png 630w, https://contentviewspro.com/documentation/wp-content/uploads/2017/09/Content-Views-Pro-show-manual-excerpt-300x237.png 300w" sizes="(max-width: 630px) 100vw, 630px" /></figure>



<h2 class="wp-block-heading" id="notice">Notices</h2>



<p>The manual excerpt is not enabled for Page by default. To enable manual excerpt for Page, please add this code to file <strong>functions.php</strong> in the theme&#8217;s folder:</p>



<pre class="wp-block-preformatted">/**
 * Enables the Excerpt meta box in Page edit screen.
 */
add_action( 'init', 'cvp_theme_add_excerpt_support_for_pages' );
function cvp_theme_add_excerpt_support_for_pages() {
	add_post_type_support( 'page', 'excerpt' );
}
</pre>



<p>Thank you,</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Keep styling, paragraphs in Excerpt (allow more HTML tags in Excerpt)</title>
		<link>https://contentviewspro.com/documentation/article/allow-other-tags-in-excerpts/</link>
		
		<dc:creator><![CDATA[admin1]]></dc:creator>
		<pubDate>Mon, 14 Dec 2015 05:07:21 +0000</pubDate>
				<guid isPermaLink="false">http://docs.contentviewspro.com/?p=709</guid>

					<description><![CDATA[With Content Views Pro Please select the option Allow all HTML tags in the dropdown in Display Settings >> Fields Settings >> Content. With Content Views free By default, these HTML tags are allowed in excerpt: a, br, strong, em, strike, i, ul, ol, li. To allow more tags, please add this code to file &#8230;<p class="read-more"> <a class="" href="https://contentviewspro.com/documentation/article/allow-other-tags-in-excerpts/"> <span class="screen-reader-text">Keep styling, paragraphs in Excerpt (allow more HTML tags in Excerpt)</span> Read More &#187;</a></p>]]></description>
										<content:encoded><![CDATA[<h2>With Content Views Pro</h2>
<p>Please select the option <code>Allow all HTML tags</code> in the dropdown in Display Settings >> Fields Settings >> Content.</p>
<p><img decoding="async" src="https://contentviewspro.com/documentation/wp-content/uploads/2015/12/content-views-pro-excerpt-allow-html.png" alt="content-views-pro-excerpt-allow-html" width="662" height="305" class="alignnone size-full wp-image-4039" srcset="https://contentviewspro.com/documentation/wp-content/uploads/2015/12/content-views-pro-excerpt-allow-html.png 662w, https://contentviewspro.com/documentation/wp-content/uploads/2015/12/content-views-pro-excerpt-allow-html-300x138.png 300w" sizes="(max-width: 662px) 100vw, 662px" /></p>
<h2>With Content Views free</h2>
<p>By default, these HTML tags are allowed in excerpt:<br />
<strong>a, br, strong, em, strike, i, ul, ol, li</strong>.</p>
<p>To allow more tags, please add this code to file <strong>functions.php</strong> of your active theme:</p>
<pre style="font-size:13px">
/* CVP - allow other tags in excerpts */
add_filter( 'pt_cv_allowable_tags', 'cv_add_allowable_tags', 100, 1 );
function cv_add_allowable_tags( $args ) {
	$args[] = '&lt;tag_1&gt;';
	$args[] = '&lt;tag_2&gt;';
	return $args;
}
</pre>
<p>(replace tag_1, tag_2 with HTML tags you want to allow in excerpt).</p>
<p>Best regards,</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
