Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
I am trying to change the text "be the first to leave a comment", but I get the following error message.
Forbidden
You don't have permission to access /wp-admin/admin.php on this server.
I am admin of the site.
Hi @danielle,
Please read this doc it should be helpful: https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-403-forbidden-error-in-wordpress/
Please see another possible reason for the issue:
Your website URL is wrongly configured with http:// unsecure protocol. This should be changed to https:// , because you're currently using https:// in website:
Please edit the wp-config.php file of your WordPress and change the URLs from unsecure http:// protocol to https:// protocol.
Here are the incorrect lines in your wp-config.php file: