wordpress etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
wordpress etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster

28 Haziran 2013 Cuma

Wordpress Siteye iframe kodu eklemek! iframe code for Wordpress

Normal iframe kodları wordpresslerde çalışmıyor. Aşağıdaki kod ile bu sorunu aşabilirsiniz.


<div class="entry clearfix">
<iframe id="xxxxxx" src= "http://xxxxxxxxxxx.xxx" frameborder="0" marginwidth="0" marginheight="0" scrolling="auto" width="100%" height="1000"></iframe>
</div>


Wordpress Hosting önerim.

27 Mart 2013 Çarşamba

Wordpressi Türkçe yapmak!

Merhaba kurulmuş bir yabancı dildeki Wordpressi Türkçeye en kısa şu şekilde çevirebilirsiniz.

Wp-config.php açıp


define('WPLANG', '');

aşağıdaki ile değiştirin.

define('WPLANG', 'tr_TR');


Sonrasında admin panelinden update edince site Türkçeye dönecektir.

Resimdeki gibi!




Hosting ve Domain ihtiyaçları için ikinokta.net ziyaret edin.





26 Ocak 2013 Cumartesi

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/xxxxxxx/public_html/wp-config.php:1

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/xxxxxxx/public_html/wp-config.php:1) in /home/xxxxx/public_html/wp-content/plugins/count-per-day/counter-core.php on line 200

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/xxxxxxx/public_html/wp-config.php:1) in /home/xxxxx/public_html/wp-content/plugins/count-per-day/counter-core.php on line 200

yukardaki hatayi aldiginizda

hemen index.php dosyasinin en üst " <?php  "  satirinin hemen altina gelecek sekilde
  " ob_start();  "  ekliyorsunuz probleminiz büyük ihtimal ile cözülecektir.

Örnek:

<?php
ob_start();

-----------------------------------


von index.php

wechsel statt

 <?php

mit

<?php
ob_start();


-------------------


from index.php

changing place

  <? php

with

<? php
ob_start ();






Hosting , Domain , Wordpress ,