thomasaull Posted June 19, 2014 Share Posted June 19, 2014 Hey guys, I'm having a problem when I want to output images of my portfolio in a foreach loop, this is my code: foreach($page->child("name=works")->children() as $i => $work) { echo $work->single_image->url } even tough the code outputs the proper path I get the following error: Notice: Trying to get property of non-object in /Users/thomasaull/Websites/www.thomass-imac.local:5757/site/templates/work-study.php on line 33 My page structure is basically Portolio -- Works ---- Work01 ---- Work02 Any help is highly appreciated Best, Thomas Link to comment Share on other sites More sharing options...
thomasaull Posted June 19, 2014 Author Share Posted June 19, 2014 Found the flaw, the field had no value… Link to comment Share on other sites More sharing options...
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