drux41001 2016-10-12 17:37
浏览 59

获取span标签中的帖子标题

i want to get the wordpress title post to a span tag.

i use the code below with the_title() in span tags:

<?php echo '<div>
<img src="image.jpg"/>
<h2><span>'.the_title().'</span>
</h2></div>'; ?>

but the title is show in a tag P, the result is:

<p>TITLE_OF_THE_POST_IS_SHOW_HERE
<div>
<img src="image.jpg"/>
<h2><span></span>
</h2></div>

in result, the span tags is empty, how do insert the title in the span tag?

  • 写回答

1条回答 默认 最新

  • dscss8996 2016-10-12 17:44
    关注

    I would advice changing this

    <?php echo '<div>
    <img src="image.jpg"/>
    <h2><span>'.the_title().'</span>
    </h2></div>'; ?>
    

    to something like this

    <div>
      <img src="image.jpg"/>
      <h2>
        <?php the_title( '<span>', '</span>' ); ?>
      </h2>
    </div>
    

    the php the_title function see documentation Here accepts parameters so you can define the parent tag <span> inside of the wordpress function the_title().

    Keep in mind that the_title shows the current post title. If you want to get a title from another post you can use get_the_title( post = 3 ) as Mark B mentioned above.

    评论

报告相同问题?

悬赏问题

  • ¥20 基于MSP430f5529的MPU6050驱动,求出欧拉角
  • ¥20 Java-Oj-桌布的计算
  • ¥15 powerbuilder中的datawindow数据整合到新的DataWindow
  • ¥20 有人知道这种图怎么画吗?
  • ¥15 pyqt6如何引用qrc文件加载里面的的资源
  • ¥15 安卓JNI项目使用lua上的问题
  • ¥20 RL+GNN解决人员排班问题时梯度消失
  • ¥60 要数控稳压电源测试数据
  • ¥15 能帮我写下这个编程吗
  • ¥15 ikuai客户端l2tp协议链接报终止15信号和无法将p.p.p6转换为我的l2tp线路