Tigro Posted November 23, 2013 Posted November 23, 2013 Hello, I want to display a field on all pages. In the template on the right side contains information about events. These shall stand on each side. How can I make the best fall? Currently I show the information with: <?php echo $page->right; ?> Thanks for your help!!
diogo Posted November 23, 2013 Posted November 23, 2013 That's an easy one <?php echo $pages->get('/your/page/')->right; ?> 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now