Hello.
I have an if is_page statement and would like to use the home_url or site_url inside of it.
Here is the code I would like to get to work:
<?php if ( is_page () ) {
echo '<a href="<?php site_url(); ?>"><?php bloginfo('name'); ?></a>'
} else {} ?>
How can I do it?
Please help.
Thank you,
Andrew