Yeni hata kodu:
Functions.php: http://yadi.sk/d/peRjjEFW8rSgx
Fatal error: Cannot redeclare has_shortcode() (previously declared in /home/kemre/public_html/wp-includes/shortcodes.php:153) in /home/kemre/public_html/wp-content/themes/showycase/functions.php on line 263
Functions.php: http://yadi.sk/d/peRjjEFW8rSgx
Şimdi ufak bir araştırma yaptım.
https://codex.wordpress.org/Function_Reference/has_shortcode
Bu sayfada da görüldüğü gibi WP'te has_shortcode fonksiyonu zaten bulunmakta. Bir de function.php dosyasına konulunca 2. kez oluşturulduğu için hata vermekte.
Önünde 2 seçenek var.
1) Ya wp-includes/shortcodes.php bu dosyadaki has_shortcode fonksiyonu sileceksin. 153. satırda başlıyor.
2) Ya da function.php dosyasındaki has_shortcode fonksiyonu sileceksin.
karar senin :)