我想在下面的代碼中用圖片(previous.png和next.png)替換「prev」和「next」,我只是不確定正確的語法。有任何想法嗎?插入圖片代替文字
if ($arrOptions['_slider_controls']){
$output .= '<div class="thethe-image-slider-controls-prev thethe-previous thethe-image-slider-controls" id="thethe_image_slider'.$oPost->ID.'-previous"></div>
<div class="thethe-image-slider-controls-pause thethe-image-slider-controls thethe-';
$output .=$arrOptions['_slider_autoplay'] ? 'pause' : 'play';
$output .='" id="thethe_image_slider'.$oPost->ID.'-pause"></div>
<div class="thethe-image-slider-controls-next thethe-image-slider-controls thethe-next" id="thethe_image_slider'.$oPost->ID.'-next"></div>';
}
如果它的事項,我使用TheTHe Image Slider WordPress的。
我真的不明白你試圖取代什麼,而是試圖用'更換上一個'和未來與'' –
@IonutHulub我取代'-next'用''的按鈕,我試圖改變被刪除,但我的替換按鈕沒有顯示出來。我也試過'',結果一樣。有任何想法嗎? – AMC