> For the complete documentation index, see [llms.txt](https://ovatheme.gitbook.io/brw/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ovatheme.gitbook.io/brw/faqs/display-time-on-view-month-calendar.md).

# Display time on View Month Calendar

Add bellow code to functions.php file in theme or child theme

```
add_filter( 'ovabrw_calendar_event_show_title', '__return_true' );
```

<figure><img src="https://4082525133-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fa2OkFafBNY1uvQO4naAL%2Fuploads%2FVEfgfgMalXTF8d3NaG0R%2FScreenshot%202025-08-06%20at%2008.57.39.png?alt=media&amp;token=d04ea03a-d81e-4b8d-8bc5-581e93943c6b" alt=""><figcaption></figcaption></figure>
