Cms: [Feature Request] Helper method to check if we're on the home page

Created on 25 Sep 2019  路  1Comment  路  Source: craftcms/cms

Right now we can check if entry.uri is empty, but it would be helpful to have a craft.request.isHome helper.

Most helpful comment

I wouldn鈥檛 say that being on the homepage is a property of the _request_. There is no homepage, even if you access /, if you鈥檙e running Headless Mode for example. I did just add a getisHomepage() method to elements though, so you could start doing

{% if entry.isHomepage ?? false %}

>All comments

I wouldn鈥檛 say that being on the homepage is a property of the _request_. There is no homepage, even if you access /, if you鈥檙e running Headless Mode for example. I did just add a getisHomepage() method to elements though, so you could start doing

{% if entry.isHomepage ?? false %}
Was this page helpful?
0 / 5 - 0 ratings