WordPress 添加自定義代碼
修改functions.php檔
加入:
function get_word($atts) {return 'Hello I am Dorigo';}
add_shortcode('hello', 'get_word');
之後在文章中輸入[hello]
就會顯示Hello I am Dorigo
可以用在廣告代碼顯示^^
如果你喜歡我的內容,可以用行動贊助我一杯咖啡☕,支持我持續創作,也讓這個網站可以繼續營運下去喔!
修改functions.php檔
加入:
function get_word($atts) {return 'Hello I am Dorigo';}
add_shortcode('hello', 'get_word');
之後在文章中輸入[hello]
就會顯示Hello I am Dorigo
可以用在廣告代碼顯示^^

發表評論
想要留言嗎?歡迎歡迎!