Briljant! Works like a charm!
Thank you!
I really like your theme and I too would like to add some static pages to the front page.
I am trying to create a child theme with four static pages and below that the normal posts, but I cannot figure out how to fetch a static page.
Is there a way I can force an <article …> to return the information of a specific post or page when I know that the ID of the page e.g. is ‘post-33’?
Something like this (of completely different ;):
$featured_posts = expound_get_post(post-33);
<article id=”post-33>” <?php post_class(); ?>>
…
</article>
Thanks!