hello
I'm trying to remove the 'go back' link from the bottom of articles but with no luck
I tried to create a custom template but I don't see how I can assign it to an article (or possibly set it as default template for every article)
any hints?
hello
I'm trying to remove the 'go back' link from the bottom of articles but with no luck
I tried to create a custom template but I don't see how I can assign it to an article (or possibly set it as default template for every article)
any hints?
It's automatically added in the preview mode. You can't remove it, but it will not be shown on the life page.
the go back link is actually shown on live articles
Hi FloB,
In the backend, go to Templates > New Nempate, then choose mod_article.tpl and click Create template.
Click on the Edit template icon, and remove these lines:
TL will use this as the article template automatically if you don't rename it.Code:<?php if ($this->backlink): ?> <p class="back">back; ?>"><?php echo $this->back; ?></p> <?php endif; ?>
Hope this helps.
wow
overriding templates in typolight is so obvious that I didn't even think about it...
thank you!
Bookmarks