multiple section

时间:2020-02-26 作者:Ruby

我使用ACF插件添加自定义帖子类型。但在我的代码中有三个不同的部分,第一个是添加主标题(如我们的服务),第二个是添加服务项目,第三个是阅读更多服务项目的按钮。我怎样才能解决这个问题。我的服务项目已成功动态化,但主标题和readmore按钮无法理解如何使其动态化。我的代码在那里:

/资产/图像/头部。png“alt=“\\”/>我们的服务

“服务”,);$service\\u query=新的WP\\u查询($ser);if(have\\u posts()):while($service\\u query->have\\u posts()):$service\\u query->the\\u post();?>/资产/图像/thr.png“alt=“/>-->-->-->

阅读更多信息

enter image description here

1 个回复
SO网友:divyaT

这些问题看起来很困惑,但希望这能帮助你。

如果要呈现主标题,请使用<?php get_the_title(); ?>这将帮助您呈现文章标题用于渲染后期链接(permalink)-使用<?php echo get_permalink($post->ID);?><?php echo the_field(\'slug_of field\');?>

相关推荐