最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

how to use a different template (index.php) in wordpress

programmeradmin0浏览0评论

I want to choose the best way to separate the mobile template and the desktop. Is this the right way? If I put this code in the index.php file:

<?php if ( wp_is_mobile() ) : ?>
    <?php get_template_part('template-parts/mobile'); ?>
<?php else : ?>
    <?php get_template_part('template-parts/desktop'); ?>
<?php endif; ?>
发布评论

评论列表(0)

  1. 暂无评论