In my theme, I’m using front-page.php
for the static front page. I’m also using a page to store the content on the static front page. The front-page.php
file is set up to show the content from that page.
However, in the front-page.php
file, I also want to show all of my blog’s sticky posts below that content. How would I do that?
Something like this should work:
You should place this in your
front-page.php
file. It will select all sticky posts and show them.