Shortcode for Account Page

Can you please tell us where and how is the account page rendered (is it using a shortcode?) We did some initial checking and there is no actual page for the “Account” page. Meaning the url /account and /account/settings/ are not setup as regular pages in WP.

https://curlmaps.com/wp-admin/edit.php?post_type=page

We saw some clues here: https://hivepress.github.io/code-reference/classes/HivePress-Forms-User-Update.html

But it doesn’t say a thing how the page is rendered. If you can identify the shortcode, that would suffice.

Hi,

We don’t use shortcodes for this, all the HivePress-specific pages register their own URLs and render automatically (if the URL matches). Please describe the required changes, for example it’s possible to change any URLs in Settings/Permalinks or using code snippets, and if you mean layout changes there are also 2 ways to do this (via the code snippets or in HivePress/Templates without coding).

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.