add line break in the output of esc_html__
I am trying to edit the footer of a theme I am using with WordPress. Nothing in the customization would help me achieve my goal, so I decided to edit the theme file itself. I could make the changes I wanted, but I cannot add a new line after the string (ALL RIGHTS RESERVED). I tried PHP_EOL and .”rn”. but to no avail.
Add a new line in a PHP WordPress theme file
I am trying to edit the footer of a theme I am using with WordPress. Nothing in the customization would help me achieve my goal, so I decided to edit the theme file itself. I could make the changes I wanted, but I cannot add a new line after the string (ALL RIGHTS RESERVED). I tried PHP_EOL and .”rn”. but to no avail.
Is there a code to fix: All posts on homepage showing same date that came with the theme instead of the dates in each of the posts
Could this be the code that defines the issue in my subject? All posts on homepage showing same date that came with the theme instead of the dates in each of the posts.