WordPress / Learn

WordPress.org Learn - The canonical source for the code and content behind https://learn.WordPress.org
230 stars 80 forks source link

Customize single lesson template #2431

Closed adamwoodnz closed 2 weeks ago

adamwoodnz commented 3 weeks ago

Closes #2429

Amends the Sensei single lesson template to match the designs.

These templates for Sensei Learning Mode appear to be dynamically created, and don't seem to be able to be overridden in the normal fashion, so they've been copied into the theme as patterns. A single_template_hierarchy filter is then used to inject our single lesson template instead of the Sensei one, and it then loads the patterns. I did try adding templates/single-lesson.html and templates/lesson.html and the php equivalents, but the Sensei plugin template was always loaded.

Screenshots

Lesson

Desktop Tablet Mobile
localhost_8888_lesson_wordpress-and-web-servers_(Desktop) (1) localhost_8888_lesson_wordpress-and-web-servers_(iPad) localhost_8888_lesson_wordpress-and-web-servers_(Samsung Galaxy S20 Ultra)

Lesson Quiz

Screenshots

Default Graded Mobile
localhost_8888_quiz_wordpress-and-web-servers_(Desktop) (1) localhost_8888_quiz_wordpress-and-web-servers_(Desktop) localhost_8888_quiz_wordpress-and-web-servers_(Samsung Galaxy S20 Ultra)