gpt4 book ai didi

php - 在 wordpress 中使用 page-id 调用时不显示样式

转载 作者:太空宇宙 更新时间:2023-11-04 13:21:55 25 4
gpt4 key购买 nike

我在这个网站工作 My Site .在主页中,我使用以下代码调用了页面内容

<?php 
$id=48;
$post = get_post($id);
$content = apply_filters('the_content', $post->post_content);
echo $content;
?>

而我的内容是

<strong>Atlanta Weekly Schedule:</strong>

Sunday Explosive Service 10am - 12:15pm

Wednesday Bible Study, 7 - 8:30pm

Friday Freedom Night (Prayer, Prophetic, Miracle &amp; Deliverance Service), 7 - 10pm

&nbsp;

&nbsp;

<strong>New York Weekly Schedule:</strong>

Sunday Explosive Service 10am - 12:15pm

Wednesday Bible Study, 7 - 8:30pm

Friday Freedom Night (Prayer, Prophetic, Miracle &amp; Deliverance Service), 7 - 10pm

如您所见,我给出了两个带有标签的标题。但是当它显示在主页中时,源代码显示带有但未显示为粗体的代码。有人请帮助我!!谢谢!!

最佳答案

我已经审查了您提到的网站并跟踪了您的 css 文件。在 reset.css 中你提到了 font-weight: inherit for strong tag。

所以它试图从它的父元素继承这个属性。

欲了解更多信息,请访问:http://www.w3schools.com/cssref/css_inherit.asp

关于php - 在 wordpress 中使用 page-id 调用时不显示样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24011812/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com