为什么Chord Studio中的此存档页面失败?

问题描述

这是https://chord-studio.com/网站,我使用的是静态页面,但结果仍然相同。

存档文件代码如下:

<?PHP get_header(); ?>
<?PHP while ( have_posts() ) : the_post(); ?>

    <article class="<?PHP post_class(); ?>">
        <h1><?PHP the_title(); ?></h1>
        <div class="post-content">
            <?PHP the_content(); ?>
        </div>
        <a href="<?PHP the_permalink(); ?>">Read more</a>
    </article>
<?PHP endwhile; // end of the loop. ?>
<?PHP get_footer(); ?>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)