doujing2017 2014-12-16 19:32
浏览 42
已采纳

在php中迭代div ids和href #link一段时间

I am having this issue while i modify my wordpress theme. I am displaying a post query of movies info. using while, and therefore i have a link to call a div that contains the trailer of each movie. However, when i click any of the links it only opens the trailer of the first movie. Meaning, i have to iterate trough ids to have an unique id for each post/movie and this iteration should be done in the a href and the div id.

<?php query_posts( $args ); ?><?php while ( have_posts() ) : the_post(); ?>
<a href="#modal">Trailer</a>
<div id="modal" class="modalmask">
<?php /* i call trailer iframe */ ?>
</div>
<?php endwhile; ?>
<?php wp_reset_query(); ?>

¿How can i do this? Thanks.

  • 写回答

1条回答 默认 最新

  • douhuan1950 2014-12-16 20:26
    关注

    Try this.

    <?php query_posts( $args ); ?>
    <?php while ( have_posts() ) : the_post(); ?>
       <a href="#modal-<?php echo get_the_ID(); ?>">Trailer</a>
       <div id="modal-<?php echo get_the_ID(); ?>" class="modalmask">
          <?php /* i call trailer iframe */ ?>
       </div>
    <?php endwhile; ?>
    <?php wp_reset_query(); ?>
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥40 图书信息管理系统程序编写
  • ¥15 7-1 jmu-java-m02-使用二维数组存储多元线性方程组
  • ¥20 Qcustomplot缩小曲线形状问题
  • ¥15 企业资源规划ERP沙盘模拟
  • ¥15 树莓派控制机械臂传输命令报错,显示摄像头不存在
  • ¥15 前端echarts坐标轴问题
  • ¥15 ad5933的I2C
  • ¥15 请问RTX4060的笔记本电脑可以训练yolov5模型吗?
  • ¥15 数学建模求思路及代码
  • ¥50 silvaco GaN HEMT有栅极场板的击穿电压仿真问题