Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* Blog Intro
*
*/
function gk_blog_intro() {
$blogpost = get_post( get_option( 'page_for_posts' ) );
$title = $blogpost->post_title;