Good Evening;
I want to echo/print my widget's content BEFORE the '</head>'
tag.
i tried to put my code in the 'title'
of the widget and use '<b:loop>'
to echo the widget's title, but it not works; because my code is more
that 100 characters, while the widget's title should be less than 100
characters.
I also tried to put my code in the 'content'
of the widget; but I can't use '<b:section>'
inside the '<head>'
tag. while my code should be replaced inside the '<head>'
tag. Also, I don't knew how to echo/print my code by using the '<b:loop>'
function.