php 使用ACF进行密码保护页面

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 使用ACF进行密码保护页面相关的知识,希望对你有一定的参考价值。

<div class="entry-content clearfix">

<!-- HIDES ACF FIELDS for use with WP password protect feature -->
<?php if( !post_password_required( $post )): ?>

	<h2><?php the_field( 'business_name' ); ?></h2>
	<p><?php the_field( 'client_name' ); ?></p>
	<p><small><?php the_field( 'date' ); ?></small></p>
	<h1><?php the_field( 'introduction_title' ); ?></h1>
	<p><?php the_field( 'introduction_text' ); ?></p>

<!-- ENDS HIDE ACF FIELDS with WP Password Protect -->
<?php endif; ?>

<?php the_content(); ?>

</div><!-- .entry-content -->

以上是关于php 使用ACF进行密码保护页面的主要内容,如果未能解决你的问题,请参考以下文章

php 使用ACF添加页面选项

php 使用ACF选项页面的WP全局自定义字段

将 ACF 字段添加到搜索结果页面 WordPress

php ACF页面index.php

php 使用自定义post_id为ACF选项页面设置正确的语言

php 使用自定义post_id为ACF选项页面设置正确的语言