Hello, I've created a search page using Views with exposed filters and the basic search module. The search only returns results for a specific node content type 'resource'. A typical use case would be the following:
User goes to search page, types some text into the exposed search terms block, and also selects some options from the exposed filters that are drop-down menus. They click 'search' and their results are returned on the same page. Pretty standard stuff and I have that all working fine.
I'm attempting to subtheme bootstrap and seem to have run across the same error mentioned here: https://www.drupal.org/node/2268905. Unfortunately, he seems to have explained the problem in his last post, but I'm not quite tracking on what the fix action is. I've created a bootstrap subtheme; however it has the following errors listed at the top of the page:
I'm trying to get a custom field to display in the header region of a content type.
Currently I'm displaying this custom field (a video embed) below my headline, in the main content area. I'm new to theme development, and have been doing a lot of searching, but I don't think I'm using the correct terminology to the find the answer.
So basically, when you create a new field for a content type, how do you get that field to display anywhere you want on that page?