Password Protect hides featured images-Hitchcock theme
-
Hi ! If a post is protected with a password, its thumbnail is hiden until the password is entered. I found nothing about password in singular.php and I just found this (about password) in my content.php child-files :
<?php $thumbnail_url = ( has_post_thumbnail() && ! post_password_required() ) ? get_the_post_thumbnail_url( $post->ID, 'post-thumb' ) : ''; $style_attr = $thumbnail_url ? ' style="background-image: url( ' . $thumbnail_url . ' );"' : ''; ?>
I moved && ! post_password_required(), but it doens’t work.
Please, could you help me ?
Many thanks.
Best regards.
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Password Protect hides featured images-Hitchcock theme’ is closed to new replies.