">
                    <?php 
    the_title();
    ?>
                </a>
            </h1>
            <p class="author">
                作者:
                <a href="<?php 
    echo esc_url(get_author_posts_url(get_the_author_meta('ID')));
    ?>
">
                   <?php 
    the_author();
    ?>
                </a>
            </p>
            <p class="summary">
                <?php 
    echo xigua_get_the_excerpt(100);
    ?>
            </p>
        </div>
        <?php 
}
?>
        <?php 
wp_reset_postdata();
?>
</div>
            ?>
">
            <?php 
            the_title();
            ?>
        </a>
    </h1>
    <p class="author">
        作者:
        <a href="<?php 
            echo esc_url(get_author_posts_url(get_the_author_meta('ID')));
            ?>
">
           <?php 
            the_author();
            ?>
        </a>
    </p>
    <p class="summary">
       <?php 
            echo xigua_get_the_excerpt(50);
            ?>
    </p>
</div>
<?php 
        }
        ?>
</div>
<?php 
    }
}