This forum is for assistance with theme development.

How do I get clean output with indented structure

How can I create a clean theming markup so that the output uses the same indented structure as in my static html template? E.g. when I insert $head; Drupal uses it’s indenting format.

How can I control the ouput?

snippet from the html.tpl.php

<head>
  
  <title><?php print $head_title; ?></title>
  <?php print $head; ?>
  <?php print $styles; ?>
  
</head>

The output looks like this

I am new to Drupal so please explain me a contextual filters in a layman language

Hi,

I am new to Drupal so please explain me a contextual filters in a layman language
and also a difference between a contextual filters and standard filters

new to drupal

how do i add pages on drupal??

News items not showing up

I'm working on a custom template for a website, within the website I've added a page where all news items are collected and previewed in teasers. But when I click on one of the news items, it opens up a new page, without any content.

Also, when I create a new page (of which I've filled in the title and some body text) I can navigate to the page, yet it doesn't show any content whatsoever.

Extending Drupal 8 custom block types - naming conventions/theming

Is it possible to extend D8's custom block types without using a module?
To open, very familiar with Drupal 8 Naming Conventions .
In regards to the blocks section, it covers extending blocks via modules. I understand this very well...

Can't get pages to be uniform.

For some reason the main parts of my site is fine, I have content placed in boxes directly as I want it. The problem is when I use the search form and get results I can't get them to display like I have the rest of my content on my site. Same with if I view users. I have countlessly searched google and have come up with no solution. If I am missing something please let me know.

I want this
http://workmanb.com/search/user

Pages

Subscribe with RSS Subscribe to RSS - Theme development