Skip to content

Conversation

joedolson
Copy link
Member

No description provided.

…This can create unpredictable behaviors in the header.

Signed-off-by: Joe Dolson <design@joedolson.com>
Signed-off-by: Joe Dolson <design@joedolson.com>
@verlev
Copy link

verlev commented Oct 6, 2025

The header is OK now, though the footer still is within the loop (as the loop doesn't end).

Best to add a classic themes loop to both page.php and single.php (don't know how to PR to a PR yet.. local test correctly excludes footer menu items being filtered when I just add the while and endwhile to page.php)
classic loop as in

{header}
if ( have_posts() ) :
	while ( have_posts() ) :
		the_post();

	endwhile;
else :
endif;
{footer}

Signed-off-by: Joe Dolson <design@joedolson.com>
Signed-off-by: Joe Dolson <design@joedolson.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants