# mangapress\_get\_calendar

## mangapress\_get\_calendar()

Outputs a calendar displaying the current month's comic posts. Post-type-neutral version of `get_calendar()`. See [`get_calendar()`](https://codex.wordpress.org/Function_Reference/get_calendar) on WordPress.org for more information.

### Usage

```php
<?php mangapress_get_calendar(); ?>
```

### Parameters:

* `$initial (boolean)(optional)`: If true, the day will be displayed using a one-letter initial; if false, an abbreviation based on your localization will be used.
* `$echo (boolean)(optional)`: If true, will output the calendar. Defaults to true. False will return the markup as a string.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mangapress.gitbook.io/manga-press-documentation/functions/mangapress-get-calendar.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
