Listings visibility & email confirmation page

Hello,

  1. How can I make listings archive & listings page visible only to logged in users please ?
  2. how can I modify the button (link) of the email validation confirmation page (/account/verify-email/)? How can I add a 2nd button on this same page?

Thank you so much,

  1. Please try this PHP snippet Hide the listing pages from non-registered users (redirect to login form) #hivepress #listings · GitHub

  2. There are two possible ways:

  • override the template of this page in HivePress/Templates where you can add custom elements on the page
  • override file which is available by path /plugins/hivepress/templates/user/register/user-email-verify-message.php with child theme. Here is a tutorial Customizing Templates I HivePress Developer Docs - YouTube
1 Like

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