Top "Drupal-theming" questions

In Drupal terminology, "theming" is rendering or modifying the HTML markup produced by a module or a theme.

How to show logout button if user is logged in Drupal?

I need to show a logout button on my site if a user is logged in and a login button …

drupal drupal-6 drupal-theming
How to theme a menu block in Drupal?

This should really be a basic question but I simply don't get it after hours of searching. The question is, …

drupal-7 drupal-theming drupal-navigation
How to theme views fields in Drupal 7 correctly

I need to theme views in Drupal 7. There is a content type 'Book' and I need to list 5 books and …

performance drupal view drupal-7 drupal-theming
Can't get the search box to show up in custom theme

I'm trying to make a custom theme for a drupal blog, and I want the search box to appear in …

drupal content-management-system themes drupal-theming drupal-themes
How to implement hook_theme in drupal 7?

I created a new drupal 7 theme and trying to implement hook_theme at template.php like this: function mytheme_theme($…

php drupal drupal-7 drupal-theming
How to get the absolute path to the sites/all folder in drupal?

I want to display two different logos on my drupal site: one for the front page and one for the …

drupal drupal-7 relative-path drupal-theming absolute-path
theming "field collection" in node pages drupal 7

Drupal 7 "field collection" - If I want to theme a node page which has a "field collection", how do I …

drupal collections drupal-7 field drupal-theming
Drupal 7: Add view to content type

I've been making a template for a particular content type, but just ran into a problem: I need to embed …

drupal drupal-7 drupal-views drupal-theming drupal-panels
Custom 404 template file in Drupal 8

How can I create a custom 404 page in Drupal 8? I have created a new page(Content) in the backoffice called 404 (…

drupal-theming drupal-8
how to check if the user is in the admin part of drupal?

How do i check if the current page is in the admin section of drupal?. I want to display a …

drupal drupal-modules drupal-theming