Page 1 of 1

Blog Link?

Posted: Sat Jan 04, 2020 10:00 am
by daniloulf
Hi there,

first I use static pages but I also use the blog. But when I setup a static page as mainsite I would get a link to the blog section of my website. Now I will include a link to my theme navigation which allows me to switch to the blog.

Code: Select all

<?php echo DOMAIN_BASE.$url->filters('blog').'/'; ?>
does not work for me. But how it is possible to make it working?