wordpress 文章標籤的寫入

之前寫了程式,讓系統自動發文
以為文章的tag也處理好了,結果並沒有
之前的寫法有問題,所以文章的標籤在Wordpress中都不會出現

正確的作法
動作1 先查有那些tag 看這些tag在wp_terms的 term_id
動作2 查這些term_id在wp_term_taxonomy中的term_taxonomy_id
動作3 把在wp_term_relationships中把文章ID和term_taxonomy_id寫入

我怎麼可以錯了半年才發現呢?真是失敗………..

精選文章

讀取中...

This entry was posted in 測試-軟體 and tagged , , . Bookmark the permalink.

發表迴響

您的電子郵件位址並不會被公開。 必要欄位標記為 *

*


*

您可以使用這些 HTML 標籤與屬性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>