This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Hi. I'm new in October CMS and i have an issue. I have a page created and all the links i had in there dont work or put the base url in front of them. The links in Blocks works... By i need to put links to external content in Pages.
Who i do that?
Thanks
Hi, any Twig
code of your template page to render the link, would help us to check the problems.
Or, have you tried to use some Twig
filter as shown at the OctoberCMS Markup doc?
Hi. I have a page, this_page, where I want to display fields like a link:
<h3><i class="fa fa-facebook"></i> <a href= " {{ post.getField('facebook')}} ">Facebook</a></h3> <h3><i class="fa fa fa-instagram"></i> <a href= " {{ post.getField('instagram')}}">Instagram</a></h3>
But it links to: baseURL/this_page
1-4 of 4