Post FAQs now display in full, not just the first five

Jul 30, 2026

AI Generated ✨

Authgnosis Website

The FAQ block on each article was rendering only the first five questions. The limit sat in the query rather than the display: the template fetched five rows and stopped, so any answer past the fifth was never sent to the page.

  • 15 of 95 authored FAQ answers were unreachable, concentrated in six articles. The longest set held 11 questions and displayed 5.
  • Structured data was unaffected throughout, so search engines received every question while readers saw a truncated list.
  • The template now fetches every row, with the block held to roughly five questions in height and the remainder reachable by scrolling.
  • Each answer carries a stable anchor, so an individual question can be linked directly rather than only the article that contains it.