How do I show sticky posts on a static front page that also contains content?
-
In my theme, I’m using
front-page.php
for the homepage. I’m also using a Page to have a static front page. Thefront-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 the blog’s sticky posts below that content. How would I do that?
- The topic ‘How do I show sticky posts on a static front page that also contains content?’ is closed to new replies.