I have just downloaded and installed Orchard CMS and started to play with it.
Created some widgets in zones, and created a blog and customized my top menu.
Now I want to do some modifications for my welcome page.. I want to remove the title field and the line where created date is shown, only to show the body.
(This will only be for the welcome page. The other pages should not be affected)
How do I do this? What is the right approach?
I had the same desire to remove the published date. In my case I wanted to remove them from ALL pages.
One way to to do this is to adjust the Placement of Shapes…
The Shape you need to influence the placement of is the Parts_Common_Metadata shape. To make it invisible you make the placement value equal to ‘Nowhere’.
So I added this to a placement.info file inside my theme folder:
If you want this to apply only to certain content types you can wrap the above within a parent tag such as:
I’m not sure how you would apply this only to the Welcome page though…