Jump to content

Recommended Posts

Posted

Hi, im building a multilanguage website and i was wondering if there was an easy way for the footer, it will be the same on every page. Now i have to copy paste the footer text to the footer field for each page, could there be an easier way?

Best regards Simon

Posted

I was trying this code

if($page->footer) echo $page->footer;

else echo $homepage->footer;

but it doesnt seem to work.

Posted

I was trying this code

if($page->footer) echo $page->footer;

else echo $homepage->footer;

but it doesnt seem to work.

if($page->footer) echo $page->footer;
else echo $pages->get("/")->footer;

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...