wrong password
-
Hello,
thank you for your plugin.
I am trying to hide post custom fields values in single.php, but i still receive that password is wrong.
Have you any idea, where i do mistake?here is my code
<div class="informace"> <p>Hodnocení: <strong><?php $key_name = get_post_custom_values($key = 'ratebeer');echo $key_name[0]; ?></strong></p> <p>Cena: <strong><?php $key_name = get_post_custom_values($key = 'cena_kc_objem');echo $key_name[0]; ?></strong></p> <p>Hodnocení: <strong><?php $key_name = get_post_custom_values($key = 'ratebeer');echo $key_name[0]; ?></strong></p> <p>Cena: <strong><?php $key_name = get_post_custom_values($key = 'cena_kc_objem');echo $key_name[0]; ?></strong></p> <?php ob_start(); ?> <p>Hidden content</p> <p>Hodnocení: <strong><?php $key_name = get_post_custom_values($key = 'ratebeer');echo $key_name[0]; ?></strong></p> <p>Cena: <strong><?php $key_name = get_post_custom_values($key = 'cena_kc_objem');echo $key_name[0]; ?></strong></p> <?php $content = ob_get_clean();?> <?php echo do_shortcode('[ppwp passwords="test"]'.$content.'[/ppwp]'); ?> </div>
thank you
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wrong password’ is closed to new replies.