Get site url
Gives you the sites url..
<?php
echo
get_site_url(); ?>
Gives you a specific page:
<?php the_permalink( 9595 ); ?>
Gives you an image:
<img src="<?php echo get_template_directory_uri() . '/images/logo.png'; ?>" />
Gives you the sites url..
<?php
echo
get_site_url(); ?>
Gives you a specific page:
<?php the_permalink( 9595 ); ?>
Gives you an image:
<img src="<?php echo get_template_directory_uri() . '/images/logo.png'; ?>" />