<?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: Website &#8211; Cilacap.info English</title>
	<atom:link href="https://en.cilacap.info/tag/website/feed" rel="self" type="application/rss+xml" />
	<link>https://en.cilacap.info</link>
	<description>Media Online Masa Kini, Akurat, Mengedepankan Etika</description>
	<lastBuildDate>Mon, 04 Sep 2023 15:22:05 +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: Website &#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>Why, Adsense Auto Ads Not Working on Single Post?</title>
		<link>https://en.cilacap.info/article/why-adsense-auto-ads-not-working-on-single-post</link>
		
		<dc:creator><![CDATA[Redaksi Cilacap.info]]></dc:creator>
		<pubDate>Sun, 12 Jul 2020 02:42:39 +0000</pubDate>
				
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[Website]]></category>
		<guid isPermaLink="false">https://en.cilacap.info/article/why-adsense-auto-ads-not-working-on-single-post</guid>

					<description><![CDATA[ aria-label="Cilacap.info English">Cilacap.info English &#8211; Hi dear, What do you have Problem adsense auto ads on your website and in single post, read this articles. We hope this article can help resolve problems with your website WordPress.]]></description>
										<content:encoded><![CDATA[<p><a href="https://en.cilacap.info" aria-label="Cilacap.info English">Cilacap.info English</a> &#8211; Hi dear, What do you have Problem adsense auto ads on your website and in single post, read this articles. We hope this article can help resolve problems with your website WordPress.</p>
<p>Don&#8217;t forget to read this article enjoy by drinking coffee, and hopefully you understand. I know that articles about this are very rare, so we made it.</p>
<p>Placing Auto Ads on a Blog or Website is required. Because it saves file size, not a lot of adsense code has to be placed one at a time. Ok, Next Reading.</p>
<p>1. Automatic adsense ads that don&#8217;t appear on your website, could be lacking Javascript code, or you forgot to clear cache that was compiled using cache.</p>
<p>2. You did not fill out or create an Ads.txt file</p>
<p>If both of above have already been applied then it still doesn&#8217;t appear on a single post page, like in every paragraph, or in middle of an article about automatic, there needs to be something wrong from domain side.</p>
<p>If you use www on wordpress, please use switch http: / including https: / non www to https: / www. Why is that? Because so everything can work.</p>
<p>Of several cases that I often encounter, there are domains that are only directed to homepage. As for wanting www or not deleting it will automatically redirect in DNS even Cname is always www. Not yet directed at one post.</p>
<p>For example I have an article with url https://www.cilacap.info/privacy-policy but compilation is accessed by asking https://www.cilacap.info/privacy-policy if it not directed to that page. But instead of redirecting back to homepage, this can also cause why Automatic Ads don&#8217;t appear in one post.</p>
<p>If you use WP Single without multisite, it will be easy, although it is very rare. However, compilation using Multisite can be completed, it must redirect all urls, including articles in title, category, tag and page url.</p>
<p>Don&#8217;t Forget, add this code redirect on .htaccess file in Cpanel. Add between</p>
<p>&#038;lt!IfModule mod_rewrite.c&#038;gt! and &#038;lt!/IfModule&#038;gt!</p>
<p>RewriteEngine On
RewriteBase /</p>
<p>This code, always exist .htaccess, if you using wordpress platform. Next, you add this code after.</p>
<p>RewriteCond %{HTTP_HOST} ^cilacap\.info$
RewriteRule ^(.*)$ [R=301,L]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ [L,R=301]</p>
<p>Change my domain with your domain, Save, and Waiting minimum 1 or 2 hour, to showing auto ads on your site.</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>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>Bad Blogger, Can Only Copy Paste for Money</title>
		<link>https://en.cilacap.info/article/bad-blogger-can-only-copy-paste-for-money</link>
		
		<dc:creator><![CDATA[Redaksi Cilacap.info]]></dc:creator>
		<pubDate>Wed, 01 Jul 2020 06:05:41 +0000</pubDate>
				
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Website]]></category>
		<guid isPermaLink="false">https://en.cilacap.info/article/bad-blogger-can-only-copy-paste-for-money</guid>

					<description><![CDATA[ aria-label="Cilacap.info English">Cilacap.info English &#8211; Making money on internet through copy paste blogs, is a bad blogger action. Especially if plagiarist says that he is a blogger. Of course it silly, don&#8217;t even know template editing or breadcrumbs or Structured Markup.]]></description>
										<content:encoded><![CDATA[<p><a href="https://en.cilacap.info" aria-label="Cilacap.info English">Cilacap.info English</a> &#8211; Making money on internet through copy paste blogs, is a bad blogger action. Especially if plagiarist says that he is a blogger. Of course it silly, don&#8217;t even know template editing or breadcrumbs or Structured Markup.</p>
<p>Site or Web distribution content for country (hreflang) Do not even know, How can he be called a blogger. This articles no rasis, because only education, because I care about bloggers.</p>
<p>For a blogger, making money does not only go through website. Because there are various ways to make money from internet besides being an adsense ad publisher.</p>
<p>Money from internet by bloggers can be obtained through services if he really knows. Installing CMS Script on Hosting or Cpanel, this is also income that can be obtained.</p>
<p>Relying on money from adsense especially by not appreciating work of others, who will say he is a blogger, who ?. Plagiarist will even be labeled.</p>
<p>If a blogger relies on adsense as income, then don&#8217;t copy paste, if want, copy and pasting, don&#8217;t forget add value link juice. Bloggers must know reputation on their website, and if indeed website aims for long term.</p>
<p>If website is noindex and made again, then noindex is made again, besides having no direction, of course time will be wasted just to find coins in an instant from copy paste.</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>
