Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58366, comment 49


Ignore:
Timestamp:
07/24/2023 09:44:25 PM (3 years ago)
Author:
ryno267
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58366, comment 49

    initial v1  
    11Running 6.3-RC1, no change, same issue with many `<br>`'s added.
    22
    3 Setup is a menu of pages via code function... call that via a shortcode block that's in a sidebar/aside template part.
    4 Since 6.2.1 only the shortcode [name_here] displays.
    5 Doing the "hack" where you make the shortcode block in a template part... and adding that template part to the template (instead of the shortcode directly) works to where it displays the menu content but with a lot of BR's in between everything.
     3Setup is a menu of pages via code function:
     4I call that via a shortcode block that's in a sidebar/aside template part.
     5In 6.2.1 and 6.2.2 that stopped working and only the shortcode [name_here] text displays.
     6In 6.3-RC1 that now displays the menu but with all the BR's added.
    67
    7 ...see this isn't in 6.3 so that's concerning.
     8Doing the "hack" where you make the shortcode block in a template part... and adding that template-part to the sidebar template-part (instead of the shortcode directly)...
     9This made it work in 6.2.1... and 6.3-RC1,
     10but in 6.2.2 all the BRs are added again.
     11
     12
     13...I see this isn't in 6.3 so that's concerning; but there's still an issue to resolve here.