0
我有一個Wordrpess網站。我想號碼添加到 「H2標籤」如何添加數字到「h2標籤」
我想通過PHP來做到這一點(的functions.php)
我的帖子格式:
text
<h2>text</h2>
text
<h2>text</h2>
text
<h2>text</h2>
...
...
我想這一點:
text
<h2>NUMBER-1 text</h2>
text
<h2>NUMBER-2 text</h2>
text
<h2>NUMBER-3 text</h2>
...
...
什麼你到目前爲止嘗試過嗎?你有任何錯誤? –
它不是重複的[http://wordpress.stackexchange.com/questions/13083/display-post-number-not-post-id-number](http://wordpress.stackexchange.com/questions/ 13083/display-post-number-not-post-id-number)(不能標記導致它是另一個stackexange) – vladkras