> For the complete documentation index, see [llms.txt](https://mangapress.gitbook.io/manga-press-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mangapress.gitbook.io/manga-press-documentation/functions/mangapress-month-link.md).

# mangapress\_month\_link

## mangapress\_month\_link

Create a date-archive permalink for Comics (for monthly links). Used by `mangapress_get_calendar()`. Returns a date-based url.

### Usage

```php
<?php
    $month_link = mangapress_month_link('', 2014, 9);
?>
```

### Parameters

* `$monthlink (string)(not used)` Existing link to be modified or replaced. Not used.
* `$year (string|int)(optional)` Desired year for URL.
* `$month (string|int)(optional)` Desired month for URL.
