This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
One Folder: | |
rsync -av -progress --exclude="node_modules" copyPath destinationFolder | |
Multiple Folder: | |
rsync -av -progress --exclude="node_modules" --exclude="vendor" --exclude=".git" copyPath destinationFolder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wordpress panelinde unutulan şifre için bu küçük dosyayı kullanabilirsiniz. | |
İlk olarak wordpress'in kurulu olduğu klasörde wp-pass.php oluşturun. | |
Oluşturduğunuz wp-pass.php dosyasının içine aşağıdaki içeriği kopyalayın. | |
Daha sonra siteadresi.com/wp-pass.php?pass=şifreburada şeklinde girin. (şifre burada yazan yere kendi şifrenizi yazın) | |
Bu işlemi yaptıktan sonra şifreniz değişecek ve ekrana uyarı basacaktır. Yeni şifreniz ile admin hesabınıza giriş yapabilirsiniz. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (isset($_GET['activated']) && is_admin()){ | |
$sayfa_baslik = 'Örnek Başlık!'; // Oluşturduğunuz sayfanın başlığı | |
$sayfa_icerik = 'Örnek sayfa içerik burası.'; // Oluşturduğunuz sayfanın içeriğini buraya yazacaksınız | |
$sayfa_sablon = 'ornek-sayfa.php'; // Oluşturduğunuz sayfanın dosya adı buraya gelecek | |
// Ne yaptığınız bilmiyorsanız aşağıdaki alanlara dokunmayın. | |
$sayfa_kontrol = get_page_by_title($sayfa_baslik); // Aynı sayfadan var mı diye kontrol ediyoruz. | |
$yeni_sayfa = array( | |
'post_type' => 'page', // Yazı Şablon (post, page vs.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Gist Bağlantısını Aldık | |
var gistLink = $('.gist .gist-meta a:first-child').attr('href'); | |
// Git Bağlantısını Aldık | |
var gitLink = $('.gist .gist-meta a:nth-child(2)').attr('href'); | |
// Bir önceki meta verinin üzerine özelleştirdiğimiz metamızı yazıyoruz. | |
$('.gist .gist-meta').html('<a target="_blank" href="'+gitLink+'">Gist Bağlantısı</a><a href="'+gistLink+'" target="_blank" style="float:right">Kaynak</a>'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function ilk_kategori(){ | |
$kategoriler = get_the_category(); | |
if(!empty($kategoriler)){ | |
echo '<a href="'.esc_url(get_category_link($kategoriler[0]->term_id)).'">'.esc_html($kategoriler[0]->name).'</a>'; | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'fab fa-buromobelexperte','fas fa-burn','fas fa-bullseye','fas fa-bullhorn','fas fa-building','far fa-building','fas fa-bug','fab fa-btc','fas fa-briefcase-medical','fas fa-briefcase','fas fa-braille','fas fa-boxes','fas fa-box-open','fas fa-box','fas fa-bowling-ball','fas fa-bookmark','far fa-bookmark','fas fa-book','fas fa-bomb','fas fa-bolt','fas fa-bold','fab fa-bluetooth-b','fab fa-bluetooth','fab fa-blogger-b','fab fa-blogger','fas fa-blind','fab fa-blackberry','fab fa-black-tie','fab fa-bity','fab fa-bitcoin','fab fa-bitbucket','fas fa-birthday-cake','fas fa-binoculars','fab fa-bimobject','fas fa-bicycle','fas fa-bell-slash','far fa-bell-slash','fas fa-bell','far fa-bell','fab fa-behance-square','fab fa-behance','fas fa-beer','fas fa-bed','fas fa-battery-three-quarters','fas fa-battery-quarter','fas fa-battery-half','fas fa-battery-full','fas fa-battery-empty','fas fa-bath','fas fa-basketball-ball','fas fa-baseball-ball','fas fa-bars','fas fa-barcode','fab fa-bandcamp','fas fa-band-aid','fas fa-ban','f |