Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hey guys, I am new to drupal, here I have a problem.
I know html+css, and can make a simple website with html/css, or some framework like bootstrap. But not familar with php or other language.
Now I want to study drupal, since d8 is the newest version, I decided to start with d8. But I am confused when I reading the document, I had read theme guide in https://www.drupal.org/documentation/theme, but still don't know how to create a custom theme(which I had already done in html+css).
I'm using Drupal Bootstrap 8x 3.0 beta2 with a sub theme. Whenever I attempt to add new content with the "save and keep published" button, instead of saving the data, it's reverting to the preview page and won't save.
Hey y'all - I'm new to Drupal, coming from WordPress.
I know this is probably ridiculously simple, and there are articles all over the 'net about template naming conventions in Drupal 8, but it's just not making sense. I created a custom content type called 'Staff Member' (machine name 'staff'); there will be many staff members. I'd like to use a custom template to display single staff member records, so I created a 'node--staff.html.twig' file in the /templates/ subdirectory of my custom theme directory. I've also tried it directly in the custom theme directory.