Skip to content

Instantly share code, notes, and snippets.

@websupporter
Created January 20, 2017 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save websupporter/d1c01d0635607cd67cb5feb1dbcee597 to your computer and use it in GitHub Desktop.
Save websupporter/d1c01d0635607cd67cb5feb1dbcee597 to your computer and use it in GitHub Desktop.
<?php
add_theme_support( 'starter-content', array(
'attachments' => array(
'featured-image-logo' => array(
'post_title' => 'Featured Logo',
'post_content' => 'Attachment Description',
'post_excerpt' => 'Attachment Caption',
'file' => 'assets/images/featured-logo.jpg',
),
),
'posts' => array(
'about' => array(
// Use the above featured image with the predefined about page
'thumbnail' => '{{featured-image-logo}}',
),
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment