0
我有這樣的代碼片斷:使用str_replace函數來改變the_title()
$nieuwetitel = the_title();
echo str_replace('Bijenkorf', 'test', $nieuwetitel);
the_title()
輸出以下:比熱卡夫 - 痤瘡工作室阿德里安娜€360
使用上面提到的代碼,我想將'Bijenkorf'改爲'測試',但這似乎並不奏效。
最後我想創建一個排除在the_title()
(Bijenkorf是其中之一)的事情列表。
這個伎倆!非常感謝 :) – Matthias