我试图在正确的位置在 php 中获得一个侧边栏。我在 php 中制作了一个模板并使用响应式 css。但是每次我尝试将侧边栏放在我发布的第一篇文章的最后一个水平位置时
请参阅下面的示例
http://profesorprofesor.net63.net/error.png
有没有办法正确刷新或移动粉色侧边栏?
请帮助我,我整天都在尝试解决问题。
这是php代码:
<div class="post">
<article>
<header class="wp">
<h2><a href=" <?php the_permalink(); ?>">
<?php the_title(); ?> </a></h2>
<div class="entry">
<p> <?php the_content(); ?> </p>
<p class="postmetadata">
<?php _e('Filed under:'); ?>
<?php the_category(', ') ?>
<?php _e('by'); ?>
<?php the_author(); ?> <br/>
<?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>
<?php edit_post_link('Edit', ' | ', ''); ?>
</p>
</div>
</header>
</article>
</div>
<?php endwhile; ?>
<?php endif; ?>
<div class="alado" > gola</div>
<aside>
<h3>Ignacio Nieto, </h3>
<p> </aside>