如何实现DMSGuestbook在文章页面中调用
2024-10-30 10:35:21
# 技术
1 | <?php if (have_posts()) : while (have_posts()) : the_post(); ?><?php the_content(''); ?> |
通过wordpress页面实现DMSGuestbook留言板调用方法
1 | <div><?php if (have_posts()) : while (have_posts()) : the_post(); ?></div> |