0

有人可以告诉我为什么这个 php If 语句在条件为假时显示 html 吗?

<?php if ($sidebar['blog_default_layout'] == "Left Sidebar") : ?>
    <aside class="sidebar span3" role="complementary">
        <?php get_sidebar( 'blog-sidebar' ); ?>
    </aside>
<?php endif ?>  

根据:HTML可以嵌入到PHP“if”语句中吗?这不应该显示 html,因为条件不成立。

html 之间的<?php get_sidebar( 'blog-sidebar' ); ?>不显示,因为它不应该显示。

4

0 回答 0