Membuat Custom Shortcode WordPress Dengan Mudah

Membuat Custom Shortcode WordPress Dengan Mudah

Anda sedang mempelajari wordpress ? atau anda sedang mencari script salinan cara membuat shortcode ? seperti pada contoh kami Membuat Custom Shortcode WordPress Sangat Simple, anda sangat tepat sekali mengunjungi website ini.

[shortcode size=20]Content[/shortcode]

add_shortcode( 'contoh_shortcode', 'cybersoftmedia_com_contoh_shortcode' );
function cybersoftmedia_com_contoh_shortcode() {
return "<a href='https://www.cybersoftmedia.com/blog/membuat-custom-shortcode-wordpress-dengan-mudah/'>Tutorial Membuat Custom Shortcode Dengan Mudah</a>";
}

Tambahkan script di atas pada file functions.php anda.

Leave a Reply

Your email address will not be published. Required fields are marked *