I have just started "playing" with Drupal and I find it really great! Most of the functions are very intuitive and easy. However there is sometimes a point when it is necessary some help.
I have created a new content type. User must post some text through a form. Everythings works fine. But, on the teaser view of the page, the position of the links are before the body, what looks no good:
So i know i should do it using function template_preprocess_field. But not sure exactly how didnt used debug before. If anyone can please help :) Thanks in advanced.
I have a Content type COURSES which displays basic static information for a course: Title, Course Number and Course Description.
I also have a content type COURSE OFFERINGS that references the content type COURSE using an Entity Reference field. Each Course Offering displays specific information based on the Semester offered: Instructor, Date, Time, Location, etc. These variable all change based on semester.
So I'm having an issue where I can't place blocks in my custom theme. I just updated to 8.2.1 this morning, but have never been able to print the blocks. It's a brand new install of D8.