REST API Handbook:
WordPress REST API 提供了 wordpress 網站資料數據的 API , 使用 Json 的格式與開發者產生
‘接收’與”發送”的互動(sending and receiving),This enables developers to create, read and
update WordPress content from client-side JavaScript
為文章列表項目以基數偶數區分加入 odd 與 even 的 class 已達到更客製化的前端效果:
--------------------------------------------------------------------------------
1、使用函數:
WP_Query 裡的 $current_post 屬性:
> wordpress官方屬性說明:(available during The Loop) Index of the post currently being
displayed.
直接翻譯來說就是顯示於迴圈內的文章索引,從 0 開始