我使用WordPress codex页面进行编码。正如您所看到的,我有两个PHP代码。页面能够获得代码的值,但它不遵守CSS规则,我相信这是因为我以错误的方式插入了PHP代码。
您能看一下下面的代码并提出问题所在吗?
<?php echo do_shortcode(\'[groups_non_member group="VPS"]\' ."<p class=\'vod-time-price\'>" . the_field(\'run_t\') . "MIN | $". the_field(\'price_per_r\') ."</p>". \'[/groups_non_member]\'); ?>