Dynamic link to blog from a static page
-
Hi,
I have my site setup that I use a static page for my hompage and then https://www.example.com/news for my blog. On my home page the only way I can direct users to the blog via the navigation is to create a link like this.
<a href="https://www.example.com/news">Blog</a>
I would really like to use the power of WordPress to link to that page more effectively. I want the link to be something more like
<a href="<?php echo _ _ _ _ _''">Blog</a>
What i am missing or would like to know is what I need to put in the href to link to my blog dynamically
Thanks
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Dynamic link to blog from a static page’ is closed to new replies.