
To do this, let’s check that we have the following:
In header.php
<?php wp_head(); ?>
And in footer.php (at the very end)
<?php wp_footer(); ?>
In my case, I was missing the wp_footer one.
And now the bar is showing again.


To do this, let’s check that we have the following:
In header.php
<?php wp_head(); ?>
And in footer.php (at the very end)
<?php wp_footer(); ?>
In my case, I was missing the wp_footer one.
And now the bar is showing again.