There was a problem loading the comments.

How do I link individual VIMP pages?

Support Portal  »  Knowledgebase (FAQ)  »  Viewing Article

  Print
Editions: all
Versions: all


You have the possibility to create your own static content via the administration area "Pages".

Pages created there can be linked as follows e.g. in the footer or elsewhere in VIMP:

Insert the following code in the desired place:

<?php
 print link_to('<linktext>', WebContentPeer::getLink(<pagesID>), 'name="<Name-Attribut>"'); 
?>


Replace <linktext> with the text that should contain the link, and <pagesID> with the ID of the page. For the name, enter a short description of the link that is not visible but relevant for screen readers, for example.

The pagesID appears in the URL that appears in the browser's address bar when you edit a page:

2ec3d6c7e8f7a6acf16080723537423cf5cbb277e2fc3ca184fbce38454d080319e36d0853e1a1e2?t=9c2717fed83c87d00d5fd9179dcee30f


Share via

Related Articles

© VIMP GmbH