Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54281


Ignore:
Timestamp:
10/17/2021 08:59:52 AM (3 years ago)
Author:
sabernhardt
Comment:

Hi and welcome to WordPress Trac!

This is not a core problem; it's in the WP FanZone theme. Thank you for reporting this already on their support forum, where it belongs. https://wordpress.org/support/topic/wp_fanzone_breadcrumb-issue/

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54281

    • Property Status changed from new to closed
    • Property Version changed from trunk to
    • Property Resolution changed from to invalid
    • Property Milestone changed from Awaiting Review to
  • Ticket #54281 – Description

    initial v1  
    33
    44indeed in functions.php
    5 "
     5{{{
    66} elseif (is_page()) {
    77
     
    1919
    2020                echo $output;
    21 "
     21}}}
    2222
    2323a potential fix is (but limitation with variable size ) :
    2424
    25 "
     25{{{
    2626} elseif (is_page()) {
    2727
     
    4040                echo $output;
    4141
    42 "
     42}}}
    4343
    4444that keeps the right order of ancestors