Skip to main content

Where does the homepage widget get called?

I am creating a totally custom homepage that uses a "basic" page and calls a custom_columns template partial instead of the usual column_1 or column_2 templates (it does this by using the if page equals homepage syntax with an "else" statement for the regular column calls for the other pages). I'm using a the blank, custom theme generated with bootstrap 3.

I totally understand how the homepage widget functions with the "homepage" tags (with the homepage_excerpts file) and it inserts the homepage widget on my custom homepage the same way on any normal page that is set to be the homepage (i.e on the top of the main content section). 

My question is this: Where is the code where the homepage widget gets called? Somewhere in the code has to be a tag that states {% tag "homepage" with "homepage_excerpt" %}. I don't see that anywhere in any of the templates. I want to change the location of where the homepage excerpts get placed on my custom homepage. I can't find the tag that calls the homepage widget itself so that I can change how it outputs on my custom homepage.

Any assistance would be appreciated.

Official response from

Hey Adam – A little late here, but posting a response in case someone else finds this and has the same question. If you want to add some static content to your homepage, you can just add that in the “Template” tab of whatever page is your homepage. If you are looking to edit the content that gets pulled in via the homepage, check out the files called “_homepage_widget.html” and “_homepage_excerpt.html” in the Files tab of your custom theme.

Share this post

Showing 7 reactions

How would you tag this suggestion?
Please check your e-mail for a link to activate your account.