Olympia stage Joanna haste win a qualified and competent he and everyone hanging on line over the next four months he's got to lose 30 pounds you build her muscles Julian lifeforce t-boost bursting into tears and you me the man he endures regular massage sessions care muscles ok units painful makes your muscles grow larger ok yeah I'm adapting want to come from GNC that fate about getting the OK they want to come to Lincoln him the norm hello for you the from I wood why retarded I want to talk tonight with my family ther
I think I am missing something really obvious, but I have a problem that has cost me several hours already.
I started to build a site at www.watchedlcf.com to promote a fashion show using Drupal 8 beta3, and now that the show has been completed, the fashion designers are adding additional content to keep as a resource to show what they did.
I uploaded the Drupal site straight to the server, chose the Bartik theme, and changed some CSS settings in the admin panels to give it a black background.
Hi, relative newbie building a site in D8 and having some trouble getting my head around the TWIG syntax.
in my page template, I get the page content returned when I put in {{ page.content }}, but it also includes any extra fields I added in addition to the default body field.
How would I just get the body field, WITHOUT the extra fields, or call the extra fields seperately. Let's say my field names are field_image and field_copy?
I tried {{ page.content.body }}, but I'm obviously not grasping this properly....any help would be appreciated, thanks!!
I've created a preprocess_block function in my theme template.php file. Devel themer is showing the custom block suggestion and I've created a template file using that name. However, Drupal is simply ignoring the file entirely. I created a duplicate of block.tpl.php in my theme and yet Drupal seems to pick that up without a problem.
Is there any reason why this would be occurring? My code is as follows: