functions - How to display the_archive_title() and the_archive_description() - "weird" interaction

I've got the following code in my "pagetitle" template partial:<?phpthe_archive_title( '<h1&g

I've got the following code in my "pagetitle" template partial:

<?php
the_archive_title( '<h1>', '</h1>' );
the_archive_description( '<span class="archive-description">', '</span>' );
?>

Now, what I expect to see in my page is this:

<h1>The Archive title</h1>
<span class="archive-description">The Archive description</span>

But instead I've got this:

<h1>Archive title <span class="archive-description">The Archive description</span></h1>

The description span enclosed inside the title h1. Why is that?

Note: I've previously removed the p tag from the_archive_description() using remove_filter('term_description','wpautop');

I've got the following code in my "pagetitle" template partial:

<?php
the_archive_title( '<h1>', '</h1>' );
the_archive_description( '<span class="archive-description">', '</span>' );
?>

Now, what I expect to see in my page is this:

<h1>The Archive title</h1>
<span class="archive-description">The Archive description</span>

But instead I've got this:

<h1>Archive title <span class="archive-description">The Archive description</span></h1>

The description span enclosed inside the title h1. Why is that?

Note: I've previously removed the p tag from the_archive_description() using remove_filter('term_description','wpautop');

Share Improve this question edited Apr 23, 2019 at 12:03 Pratik Patel 1,1111 gold badge11 silver badges23 bronze badges asked Apr 23, 2019 at 10:30 Paolo SacchettiPaolo Sacchetti 238 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

I've solved using the solution posted by @Quinn Commendant in the following thread: https://wordpress.stackexchange/a/203884/160016

In any case, the above behaviour is weird...

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745562865a4633213.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信