Using Templates for UI Changes

Posted by Larrem on January 13, 2024

Objectives

  1. Start experimenting with Templates
  2. Remove subtitle from the blog post list

Step 1: Get original liquid code

  1. Go the Orchard Core's repo
  2. Get the code for Content-BlogPost.Summary.liquid

Step 2: Create a new template

  1. Refer to the docs regarding templates

Step 3: Modify the template

Step 4: Test


References:

Orchard Core's GitHub repo for TheBlogTheme's Views folder

Orchard Core's docs on Templates