我只是試圖迴應這個文本與類別標題自動拉到WordPress的文本內。我該怎麼做呢 ?我認爲下面的代碼可以工作,但當我將其作爲短代碼實現時,我得到了php錯誤和空白頁。Simple Php Error Eludes Me
function get_quote($atts) {
echo '<div id="le_quote">'<?php single_cat_title($prefix = '', $display = true); ?>' is your online supplier of Apache Accessories, Apache Hoses and Apache Pumps. Use our selection to compare Apache models , specs and more. Buy Apache products at the best price possible today.</div>';
}
add_shortcode('random_quote', 'get_quote');
*你準確得到了什麼*錯誤? –
PHP語法不正確。 – Raptor
一個空白頁面,如果我刪除''<?php single_cat_title($ prefix ='',$ display = true); '''短代碼將字符串拉好。這個代碼有什麼不對嗎 –