<?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: WordPress &#8211; Cilacap.info English</title>
	<atom:link href="https://en.cilacap.info/tag/wordpress/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: WordPress &#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>Change Link in WordPress, Compatible Same Browser</title>
		<link>https://en.cilacap.info/article/change-link-in-wordpress-compatible-same-browser</link>
		
		<dc:creator><![CDATA[Redaksi Cilacap.info]]></dc:creator>
		<pubDate>Sun, 20 Jun 2021 18:28:14 +0000</pubDate>
				
		<category><![CDATA[Website]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Tutorial]]></category>
		<guid isPermaLink="false">https://en.cilacap.info/article/change-link-in-wordpress-compatible-same-browser</guid>

					<description><![CDATA[ aria-label="Cilacap.info English">Cilacap.info English &#8211; This article not change mobile subdomain or subdirectory, but only change url or link if you open browser from mobile device or desktop.]]></description>
										<content:encoded><![CDATA[<p><a href="https://en.cilacap.info" aria-label="Cilacap.info English">Cilacap.info English</a> &#8211; This article not change mobile subdomain or subdirectory, but only change url or link if you open browser from mobile device or desktop.</p>
<p>Example, if you open and visit site but exist link on website from facebok or youtube from desktop, url with www and if you open from mobile phone, then it will change to url mobile.</p>
<p>If you have social media and you add link on website to follow social media, link to youtube channel or facebook channel, later will change and adjust to browser device.</p>
<p>This functions not use CSS or JavaScript, but only use and add, create with if and else.</p>
<p> This code very simple, okay i will gift tutorial to you.</p>
<p>&lt;?php</p>
<p>if (wp_is_mobile())</p>
<p> { echo //your code mobile</p>
<p> } else</p>
<p> { echo //your code desktop</p>
<p> } ?&gt;</p>
]]></content:encoded>
					
		
		
					<media:content
				url="https://img.cilacap.info/mediafile/illustration-social-media-link-access-same-browser.jpg"
				type="image/jpeg"
				medium="image"
				width="700"
				height="393">
				<media:title type="plain">
					<![CDATA[illustration social media link access same browser]]>
				</media:title>
				<media:thumbnail
					url="https://img.cilacap.info/mediafile/illustration-social-media-link-access-same-browser-100x75.jpg"
					width="100"
					height="75" />
									<media:description type="plain"><![CDATA[illustration social media link access same browser]]></media:description>
													<media:copyright>Redaksi Cilacap.info</media:copyright>
							</media:content>
				</item>
		<item>
		<title>Change AMP WordPress Title Tags add Name Mobile Version</title>
		<link>https://en.cilacap.info/article/change-amp-wordpress-title-tags-add-name-mobile-version</link>
		
		<dc:creator><![CDATA[Redaksi Cilacap.info]]></dc:creator>
		<pubDate>Thu, 03 Jun 2021 15:51:58 +0000</pubDate>
				
		<category><![CDATA[Semrush]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Tutorial]]></category>
		<guid isPermaLink="false">https://en.cilacap.info/article/change-amp-wordpress-title-tags-add-name-mobile-version</guid>

					<description><![CDATA[ aria-label="Cilacap.info English">Cilacap.info English &#8211; We check search engine optimization (SEO) tools on Semrush, but we found issue on meta title.]]></description>
										<content:encoded><![CDATA[<p><a href="https://en.cilacap.info" aria-label="Cilacap.info English">Cilacap.info English</a> &#8211; We check search engine optimization (SEO) tools on Semrush, but we found issue on meta title.</p>
<p>On Semrush detect duplicate title tags from non AMP and AMP (Accelerated Mobile Pages), because problem this, then we are trying to fix it.</p>
<p>We think that most appropriate solution to prevent duplicate meta title tags in WordPress is to add an attribute in AMP page with name &#8220;Mobile Version&#8221;.</p>
<p>The method is not so difficult, you can use add_filter with document_title_parts attribute on functions.php.</p>
<p>Then don&#8217;t forget to add if (function_exists(&#8216;is_amp_endpoint&#8217;) &#038;&#038; is_amp_endpoint()) { // do stuff } so that name &#8220;Mobile Version&#8221; is only found on AMP pages.</p>
<p>If theme you are using supports amp, then you can use if(nametheme_is_amp()).</p>
<p>Okay this code can you use and add on fuctions.php in your theme.</p>
<p>add_filter(&#8216;document_title_parts&#8217;, function($title) {
if (mytheme_is_amp())
$title[&#8216;amp&#8217;] = &#8216;Mobile Version&#8217;;
return $title;
});</p>
<p>Don&#8217;t forget, change mytheme_is_amp with your theme if your theme support amp paired with plugins AMP.</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>
		<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>
		<item>
		<title>WordPress Will Kick Out User, If Use this Platform to Promotion any Hosting, Template, and Plugins</title>
		<link>https://en.cilacap.info/article/wordpress-will-kick-out-user-if-use-this-platform-to-promotion-any-hosting-template-and-plugins</link>
		
		<dc:creator><![CDATA[Muhammad Hasan Bahtiar]]></dc:creator>
		<pubDate>Tue, 07 Jul 2020 20:15:26 +0000</pubDate>
				
		<category><![CDATA[Website]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://en.cilacap.info/article/wordpress-will-kick-out-user-if-use-this-platform-to-promotion-any-hosting-template-and-plugins</guid>

					<description><![CDATA[ aria-label="Cilacap.info English">Cilacap.info English &#8211; WordPress Will Kick Out User, If Use this Platform to Promotion any Hosting, Template, and Plugins. First time initially we looked at article in Search Engine Journal, about prohibition of external links for commercial blogs. It means blogs that offer products such as selling Plugins, Themes etc. and directing External Links.]]></description>
										<content:encoded><![CDATA[<p><a href="https://en.cilacap.info" aria-label="Cilacap.info English">Cilacap.info English</a> &#8211; WordPress Will Kick Out User, If Use this Platform to Promotion any Hosting, Template, and Plugins. First time initially we looked at article in Search Engine Journal, about prohibition of external links for commercial blogs. It means blogs that offer products such as selling Plugins, Themes etc. and directing External Links.</p>
<p>Found on wordpress.org page, a woman named Milana Cap who on profile is Contributions, said that would stop any commercial blog.</p>
<blockquote><p> During discussion about external link policy, we came to conclusion that we would not allow, at least at beginning and for now, any commercial blogs. So before you start arguing that some of popular plugin blogs have valuable information, let me stop you there. </p></blockquote>
<p> Write a Milana Cap starting article published today, Tuesday (7/7).</p>
<p>He even firmly banned all commercial blogs despite his popular service. The ban was for fear of being abused, while wordpress tried to protect documentation.</p>
<p>&#8220;Allowing&#8221; popular blog plugins / themes / services etc. &#8220;and all other commercial blogs to put us in a position to protect documentation from being misused as a marketing medium, to protect ourselves from allegations of bias and to defend every decision we make throughout way. still, there will be dissatisfied parties claiming that we are unjust and they are wrong. The idea of ​​allowing external links will be its own goal. &#8221;</p>
<h2> In addition, this will completely shift focus from original idea which is: </h2>
<p> Benefits for documentation users .</p>
<p>If this process has to spend too much time for Documentation Team to weigh, decide, and defend decisions taken, then there is no time for actual contributions and no benefits for anyone.</p>
<p>So official WordPress plugin blog, official blog theme, official blog of market or store (with themes, plugins, etc.), official blog hosting, other official service blog, etc. Regardless of whether they sell something or not, it is not allowed. This is why word commercial is wrapped in quotes.</p>
<p>This is in accordance with practice of HelpHub (end user documentation) for which no plugins, themes, hosting etc. will not be promoted or recommended. At HelpHub we only document what is at core or will be core.</p>
<p>The same thing applies here. If this website is dedicated to certain WordPress products (free or not), it is not allowed. These sites usually have product names in domain name but we will not limit criteria there. I am sure some cases will be unique and decisions must be made specifically for that.</p>
<p>The point is: we haven&#8217;t found best way to deal fairly with blogs or commercial sites and thus our focus is on links that don&#8217;t go into gray zone. We hope to finally discuss how we can safely enter commercial blog links (if this is possible).</p>
<h2>Now it clear </h2>
<p>We need to determine what is not a &#8220;commercial&#8221; website but also does not go into a personal blog, which can be permitted. For example, Stack Overflow or any Stack Exchange website. This is actually not a non-commercial website but is completely neutral to display on WordPress.org. This is not to say that being &#8220;neutral&#8221; in this case is a requirement but merely indicating that they are not interested in trying to abuse opportunity to get their links appear on wp.org.</p>
<p>Some tutorial websites also come to mind but it seems we are stepping into gray area here. Maybe allow a website with only a free tutorial? Is that there?</p>
<p>Let us hear your opinion in comments. All examples, ideas, questions etc. are welcomed.</p>
<p>If you have an opinion on subject now is time to share it. This is an important initiative and we want to make best possible decisions that will benefit users of documentation. thanks.</p>
]]></content:encoded>
					
		
		
					<media:content
				url="https://img.cilacap.info/mediafile/2022/05/10/cilacap-info-featured.jpg"
				type="image/jpeg"
				medium="image"
				width="1200"
				height="728">
				<media:title type="plain">
					<![CDATA[cilacap info featured]]>
				</media:title>
				<media:thumbnail
					url="https://img.cilacap.info/mediafile/2022/05/10/cilacap-info-featured-100x75.jpg"
					width="100"
					height="75" />
									<media:description type="plain"><![CDATA[cilacap info featured]]></media:description>
													<media:copyright>Redaksi Cilacap.info</media:copyright>
							</media:content>
				</item>
		<item>
		<title>How to Redirect Mobile Visitor WordPress to AMP</title>
		<link>https://en.cilacap.info/article/how-to-redirect-mobile-visitor-wordpress-to-amp</link>
		
		<dc:creator><![CDATA[Redaksi Cilacap.info]]></dc:creator>
		<pubDate>Tue, 16 Jun 2020 10:24:25 +0000</pubDate>
				
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://en.cilacap.info/article/how-to-redirect-mobile-visitor-wordpress-to-amp</guid>

					<description><![CDATA[ aria-label="Cilacap.info English">Cilacap.info English &#8211; Do you intend to divert mobile visitors on your wordpress website to AMP (Accelerated Mobile Pages). If what you are looking for is on this website, I congratulate you because your search was right.]]></description>
										<content:encoded><![CDATA[<p><a href="https://en.cilacap.info" aria-label="Cilacap.info English">Cilacap.info English</a> &#8211; Do you intend to divert mobile visitors on your wordpress website to AMP (Accelerated Mobile Pages). If what you are looking for is on this website, I congratulate you because your search was right.</p>
<p>But there are conditions you must do first. Ie you must use a theme that supports AMP. After that you can install AMP by Automatic plugin.</p>
<p>After you install AMP plugins like in picture above, you can enter your WordPress admin dashboard. Next you select General AMP from menu on left hand side. Then you can choose Transitional. If it is true that your theme supports AMP, there will be an inscription that your theme supports.</p>
<p>After that you can download redirect mobile visitor plugin to AMP. This plugin can be downloaded by clicking following link:</p>
<p>After you download file in .zip format above, then you can install plugin and activate it.</p>
<p>By activating these plugins, visitors who access them via mobile such as from Android browser will be transferred to amp version.</p>
<p>Note: There not much we can give, just this tutorial, and I hope it will be useful for you.</p>
<p>In addition, these plugins are free of viruses and malware so you don&#8217;t need to be afraid.</p>
<p>The advantages of redirecting mobile visitors to AMP version can also affect optimization. This is all that I can give.</p>
<p>Note: Redirect Plugins Amp delete, because now plugin AMP Support Redirect</p>
]]></content:encoded>
					
		
		
					<media:content
				url="https://img.cilacap.info/mediafile/2022/05/10/cilacap-info-featured.jpg"
				type="image/jpeg"
				medium="image"
				width="1200"
				height="728">
				<media:title type="plain">
					<![CDATA[cilacap info featured]]>
				</media:title>
				<media:thumbnail
					url="https://img.cilacap.info/mediafile/2022/05/10/cilacap-info-featured-100x75.jpg"
					width="100"
					height="75" />
									<media:description type="plain"><![CDATA[cilacap info featured]]></media:description>
													<media:copyright>Redaksi Cilacap.info</media:copyright>
							</media:content>
				</item>
	</channel>
</rss>
