• #wordpress 2024-06-18
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#wordpress ≡
  • ←
  • →
2024-06-18 UTC
# 19:18
[asuh]
For the h-card, I’m currently using `get_the_author_meta()` to return the author ID and name. I hadn’t yet considered what to do if there are more than one administrator or even profile in a WordPress instance. I know I could hardcode this data, but I’m curious what would be a good way to assign a primary user profile for this h-card. Should it be a new form field inside of all profiles that someone enables? I’m curious what othe