<?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/"
	xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>All News Post Tag: WP Tutorial &#8211; Cilacap.info English</title>
	<atom:link href="https://en.cilacap.info/tag/wp-tutorial/feed" rel="self" type="application/rss+xml" />
	<link>https://en.cilacap.info</link>
	<description>Media Online Masa Kini, Akurat, Mengedepankan Etika</description>
	<lastBuildDate>Sat, 22 Jan 2022 16:34:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<image>
<url>https://img.cilacap.info/images/en/favicon-32x32.png</url><title>All News Post Tag: WP Tutorial &#8211; Cilacap.info English</title>
<link>https://en.cilacap.info</link>
<width>32</width><height>32</height><description>English Version News</description>
</image>
	<item>
		<title>How Disable Specific Pages AMP to AMP Automatic Link WordPress</title>
		<link>https://en.cilacap.info/article/how-disable-specific-pages-amp-to-amp-automatic-link-wordpress</link>
		
		<dc:creator><![CDATA[Redaksi Cilacap.info]]></dc:creator>
		<pubDate>Wed, 10 Mar 2021 12:27:31 +0000</pubDate>
				
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP Tutorial]]></category>
		<guid isPermaLink="false">https://en.cilacap.info/article/how-disable-specific-pages-amp-to-amp-automatic-link-wordpress</guid>

					<description><![CDATA[ aria-label="Cilacap.info English">Cilacap.info English &#8211; Hi blogger friends, does your website use wordpress platform and you use AMP (Accelerated Mobile Pages) on your blog.]]></description>
										<content:encoded><![CDATA[<p><a href="https://en.cilacap.info" aria-label="Cilacap.info English">Cilacap.info English</a> &#8211; Hi blogger friends, does your website use wordpress platform and you use AMP (Accelerated Mobile Pages) on your blog.</p>
<p>If it is true that you use wordpress and set amp mode template to Transitional, but will disable AMP to AMP internal link, continue to read guidelines on how to disable it.</p>
<p>The method is very easy and simple, you only need to add code in functions.php in theme you are using.</p>
<p>For example, you don&#8217;t want all pages /tags/ don&#8217;t want links contained in AMP to go to /tag/blablavla/?amp, then below is code you can use.</p>
<blockquote><p>add_filter(&#8216;amp_to_amp_linking_element_excluded&#8217;, function ($excluded, $url) {
if (false !== strpos($url, &#8216;/tag/&#8217;)) {
$excluded = true;
}
return $excluded;
}, 10, 2);</p></blockquote>
<p>It easy isn&#8217;t it, so if you disable a specific page, for example category, you just have to change code /tag/ to /category/.</p>
]]></content:encoded>
					
		
		
					<media:content
				url="https://img.cilacap.info/mediafile/ilustration-mobile-redirect-to-amp.jpg"
				type="image/jpeg"
				medium="image"
				width="700"
				height="393">
				<media:title type="plain">
					<![CDATA[ilustration mobile redirect to amp]]>
				</media:title>
				<media:thumbnail
					url="https://img.cilacap.info/mediafile/ilustration-mobile-redirect-to-amp-100x75.jpg"
					width="100"
					height="75" />
									<media:description type="plain"><![CDATA[ilustration mobile redirect to amp]]></media:description>
													<media:copyright>Redaksi Cilacap.info</media:copyright>
							</media:content>
				</item>
	</channel>
</rss>
