[WordPress] 單篇頁面下 The Loop 外取得文章以及作者 ID

這個需求是今天在想怎麼從短碼中取得文章作者資訊實作「資訊小卡」。找了一下資料發現還滿簡單的,筆記一下~ //單頁作者資訊欄 function ks_author_profile_info() { $post_id = get_queried_object_id(); $post_author_id …

文章
Filter
Apply Filters
Mastodon