• ciscothehellspawn

    (@ciscothehellspawn)


    Hi, I need help to customize a password protected page:

    HERE’s THE PAGE

    This error page is generated from ../wp-includes/functions.php

    </head>
    <body id="error-page">
    <?php endif; // ! did_action( 'admin_head' ) ?>
    	<?php echo $message; ?>
    </body>
    </html>

    Probably the $message comes from the plugin I used to manage a file download.

    I know I can modify the css, but I would like to add a message in the wrong password case… How?

    Thank you in advance

The topic ‘Customize password protected page’ is closed to new replies.