Url structure is different than Wordpress, so if moving to Astro, you may need to do some redirects, if you want to keep /page/
folder structure.
page
variable has all of the post data.
p.slug
is automagically provided by Astro, either filename or slug variable in the frontmatter.
p.data
is frontmatter data.
Pagination variables:
For the pagination component: