-- المصدر : <a href="http://www.almasryalyoum.com/node/799626">المصري اليوم</a>
我想編輯該代碼刪除後一切 -一切之後 -
代碼
function remove_first_moret ($content) {
if (!is_page() && !is_feed() && !is_feed() && !is_home()) {
$content = preg_replace("/-(.*)$/", "", $content, 1);
} return $content;
}
add_filter('the_content', 'remove_first_moret');
什麼是你的問題? – gcochard 2012-04-27 21:44:01
你有什麼問題?它已經在第一個連字符後剝去任何東西。如果這就是你想要的,只需做兩個連字符。 – mario 2012-04-27 21:44:31
在從右到左腳本的上下文中,「after」的定義是什麼? – 2012-04-27 21:46:16