<?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:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Wordpress Archives - Kemal Özçelik</title>
	<atom:link href="https://www.kemalozcelik.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kemalozcelik.com/category/wordpress/</link>
	<description>Kişisel Blog</description>
	<lastBuildDate>Thu, 10 Oct 2019 09:35:58 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.2</generator>
<site xmlns="com-wordpress:feed-additions:1">155321232</site>	<item>
		<title>Contact 7 Form Özel Etiketleri Kullanma</title>
		<link>https://www.kemalozcelik.com/contact-7-form-ozel-etiketleri-kullanma/</link>
		
		<dc:creator><![CDATA[kemalozcelik]]></dc:creator>
		<pubDate>Wed, 09 Oct 2019 20:14:37 +0000</pubDate>
				<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">https://www.kemalozcelik.com/?p=942</guid>

					<description><![CDATA[<p>Contact 7 Form'da kullanılan özel etiket alanları nasıl kullanılır.</p>
<p>The post <a rel="nofollow" href="https://www.kemalozcelik.com/contact-7-form-ozel-etiketleri-kullanma/">Contact 7 Form Özel Etiketleri Kullanma</a> appeared first on <a rel="nofollow" href="https://www.kemalozcelik.com">Kemal Özçelik</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>WordPress&#8217;te kullanılan popüler İletişim formu eklentisi olan Contact 7 Form&#8217;da ön tanımlı etiketleri kullanarak gönderilen mesaj hakkında daha fazla bilgiden yararlanmak mümkün.</p>
<p>Yapmanız gereken sadece aşağıda belirtilen ön tanımlı etiketleri mesaj gövdesine eklemek.</p>
<p>&nbsp;</p>
<p><strong><code>[_remote_ip]</code></strong> — Bu etiket gönderen kişinin IP adresini verir.</p>
<p><strong><code>[_user_agent]</code></strong> — Formu gönderen kişinin browser bilgilerini verir.</p>
<p><strong><code>[_url]</code></strong> — Formun gönderildiği tam URL (web adresini verir).</p>
<p><strong><code>[_date]</code></strong> — Formun gönderildiği tarihi verir.</p>
<p><strong><code>[_time]</code></strong> — Formun gönderildiği zamanı verir.</p>
<p><strong><code>[_invalid_fields]</code></strong> — Doğru girilmemiş alanların bilgisini verir.</p>
<p>&nbsp;</p>
<p>Bu alanlara ek olarak sayfa ve yazılar ile bağlantılı daha birçok etiketi kullanmak mümkün.</p>
<p><a href="https://contactform7.com/special-mail-tags/" target="_blank" rel="noopener noreferrer">Detaylı kullanım bilgisine Contact 7 formu&#8217;un resmi web sitesindeki bu makaleden ulaşabilirsiniz.</a></p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.kemalozcelik.com/contact-7-form-ozel-etiketleri-kullanma/">Contact 7 Form Özel Etiketleri Kullanma</a> appeared first on <a rel="nofollow" href="https://www.kemalozcelik.com">Kemal Özçelik</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">942</post-id>	</item>
		<item>
		<title>Sunucudaki WordPress Kurulumlarının Versiyonlarını Öğrenme</title>
		<link>https://www.kemalozcelik.com/sunucudaki-wordpress-kurulumlarinin-versiyonlarini-ogrenme/</link>
		
		<dc:creator><![CDATA[kemalozcelik]]></dc:creator>
		<pubDate>Fri, 31 May 2019 15:45:44 +0000</pubDate>
				<category><![CDATA[Linkler]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">https://www.kemalozcelik.com/?p=881</guid>

					<description><![CDATA[<p>cPanel ve Plesk kontrol paneli bulunan sunucularda kurulu olan wordpress içerik yönetim sistemlerinin komut satırından versiyonlarını bir liste halinde alabilirsiniz.</p>
<p>The post <a rel="nofollow" href="https://www.kemalozcelik.com/sunucudaki-wordpress-kurulumlarinin-versiyonlarini-ogrenme/">Sunucudaki WordPress Kurulumlarının Versiyonlarını Öğrenme</a> appeared first on <a rel="nofollow" href="https://www.kemalozcelik.com">Kemal Özçelik</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>cPanel kurulu sunucularda</strong></p>
<p>find /home/*/public_html/ -type f -iwholename &#8220;*/wp-includes/version.php&#8221; -exec grep -H &#8220;\$wp_version =&#8221; {} \;</p>
<p>&nbsp;</p>
<p><strong>Plesk kurulu sunucularda</strong></p>
<p>find /var/www/vhosts/*/httpdocs/ -type f -iwholename &#8220;*/wp-includes/version.php&#8221; -exec grep -H &#8220;\$wp_version =&#8221; {} \;</p>
<p>&nbsp;</p>
<p><strong>Sonuç ekran çıktısı aşağıdaki şekilde olacaktır.</strong></p>
<p>/home/username1/public_html/wp-includes/version.php:$wp_version = ‘4.1’;<br />
/home/username2/public_html/wp-includes/version.php:$wp_version = ‘3.2.1’;<br />
/home/username3/public_html/wordpress2/wp-includes/version.php:$wp_version = ‘3.5.1’;</p>
<p>&nbsp;</p>
<p>Kaynak: <a href="https://serversitters.com/find-outdated-versions-of-wordpress-on-your-cpanel-or-plesk-server.html" target="_blank" rel="noopener noreferrer">https://serversitters.com/find-outdated-versions-of-wordpress-on-your-cpanel-or-plesk-server.html</a></p>
<p>The post <a rel="nofollow" href="https://www.kemalozcelik.com/sunucudaki-wordpress-kurulumlarinin-versiyonlarini-ogrenme/">Sunucudaki WordPress Kurulumlarının Versiyonlarını Öğrenme</a> appeared first on <a rel="nofollow" href="https://www.kemalozcelik.com">Kemal Özçelik</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">881</post-id>	</item>
		<item>
		<title>Gutenberg Editörü Devre Dışı Bırakmak</title>
		<link>https://www.kemalozcelik.com/gutenberg-editoru-devre-disi-birakmak/</link>
		
		<dc:creator><![CDATA[kemalozcelik]]></dc:creator>
		<pubDate>Sun, 23 Dec 2018 21:43:46 +0000</pubDate>
				<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://www.kemalozcelik.com/?p=723</guid>

					<description><![CDATA[<p>WordPress 5 ile yerleşik olarak gelen Gutenberg blok editör wordpress kulanıcılarının hemen ısındığı bir yenilik olamadı.</p>
<p>The post <a rel="nofollow" href="https://www.kemalozcelik.com/gutenberg-editoru-devre-disi-birakmak/">Gutenberg Editörü Devre Dışı Bırakmak</a> appeared first on <a rel="nofollow" href="https://www.kemalozcelik.com">Kemal Özçelik</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>WordPress 5 ile yerleşik olarak gelen Gutenberg blok editör wordpress kulanıcılarının hemen ısındığı bir yenilik olamadı.</p>
<p>Bu nedenle arama motolarında gutenberg editör ile önerilen arama terimi &#8220;gutenberg editörü kaldırmak&#8221; yada &#8220;how to remove/disable gutenberg wordpress&#8221; olarak karşımıza çıkmaya başladı. Zaman içerisinde gelişecek olan bu eklenti benzer kategorideki Visual Composer gibi rakiplerinden oldukça geride.</p>
<p>Gutenberg editörü kısa yoldan devre dışı bırakmanın en kısa yolu,&nbsp;<a href="https://wordpress.org/plugins/classic-editor/" target="_blank" rel="noopener">Classic Editor</a>&nbsp;eklentisini kurmak. Kurulumun ardından eklenti özelliklerinin içerisinde varsayılan olarak klasik editör seçeneği aktif oluyor. WordPress standart olarak <a href="https://www.tiny.cloud" target="_blank" rel="noopener">Tiny MCE</a> editörünü kullanıyor. Bu editör sadece wordpress te değil özel ve butik hazırladığınız web sitelerinde kullanılabilir versiyonlarıda bulunmakta.</p>
<p><img data-attachment-id="725" data-permalink="https://www.kemalozcelik.com/gutenberg-editoru-devre-disi-birakmak/classiceditor-settings/" data-orig-file="https://www.kemalozcelik.com/wp-content/uploads/2018/12/classiceditor-settings.jpg" data-orig-size="550,298" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="classiceditor-settings" data-image-description="" data-image-caption="" data-medium-file="https://www.kemalozcelik.com/wp-content/uploads/2018/12/classiceditor-settings-300x163.jpg" data-large-file="https://www.kemalozcelik.com/wp-content/uploads/2018/12/classiceditor-settings.jpg" class="alignnone size-medium wp-image-725" src="https://i0.wp.com/www.kemalozcelik.com/wp-content/uploads/2018/12/classiceditor-settings-300x163.jpg?resize=300%2C163" alt="" width="300" height="163" srcset="https://i0.wp.com/www.kemalozcelik.com/wp-content/uploads/2018/12/classiceditor-settings.jpg?resize=300%2C163&amp;ssl=1 300w, https://i0.wp.com/www.kemalozcelik.com/wp-content/uploads/2018/12/classiceditor-settings.jpg?w=550&amp;ssl=1 550w" sizes="(max-width: 300px) 100vw, 300px" data-recalc-dims="1" /></p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.kemalozcelik.com/gutenberg-editoru-devre-disi-birakmak/">Gutenberg Editörü Devre Dışı Bırakmak</a> appeared first on <a rel="nofollow" href="https://www.kemalozcelik.com">Kemal Özçelik</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">723</post-id>	</item>
	</channel>
</rss>
