I am currently in the comments.php page for the classic theme.
I’ve altered this line of code and I still get the error message in the blog when you attempt to log out of the blog.
……………………………….
You are attempting to log out of
Please try again.
……………………………….
Below the dotted line is the code I’ve zeroed in on. Below it are two options (if I’m reading the WP support info properly) that I’ve tried substituting for the code.
…………………………………………………..
<?php echo get_option(‘siteurl’); ?>/wp-login.php?action=logout” title=”<?php _e(‘Log out of this account’) ?>”><?php _e(‘Logout »’); ?>
<?php echo wp_logout_url(); ?>” title=”Logout”>Logout
<?php echo wp_logout_url( get_permalink() ); ?>” title=”Logout”>Logout
Can someone please weigh in on this.
Thanks