
Bunu nasıl kaldiririm (wordpress)
6
●142
- 27-02-2022, 18:28:30

Merhaba hocam bu konuda 7 Yıllık deneyimim var. Sizlere uygun fiyata yardımcı olabilirim.
WhatsApp İletişim: https://wa.me/905511239331
Referanslarımız: www.tpkmedya.com - 27-02-2022, 18:39:11Bildiğin bi eklenti var mi?ahmetceo adlı üyeden alıntı: mesajı görüntüle
- 27-02-2022, 18:43:16Tema dosyalarından generatepress/inc/structure/footer.php buradaki 77 ve 89. satırlar arasındaki kodu yani alttaki kodu değiştirerek yapabilirsiniz.
function generate_add_footer_info() { $copyright = sprintf( '<span class="copyright">© %1$s %2$s</span> • %4$s <a href="%3$s"%6$s>%5$s</a>', date( 'Y' ), // phpcs:ignore get_bloginfo( 'name' ), esc_url( 'https://generatepress.com' ), _x( 'Built with', 'GeneratePress', 'generatepress' ), __( 'GeneratePress', 'generatepress' ), 'microdata' === generate_get_schema_type() ? ' itemprop="url"' : '' ); echo apply_filters( 'generate_copyright', $copyright ); // phpcs:ignore }
