wordpress代码

wordpress banner代码

<h1>  <span class="font-weight-800 text-primary"><?php echo get_the_title()?></span></h1>
                        <ul class="list-unstyled">
                            <li><a href="<?php echo site_url()?>">Home</a></li>
                            <li><?php echo get_the_title()?></li>
                        </ul>