Viewing 1 replies (of 1 total)
  • Thread Starter jvhost2013

    (@jvhost2013)

    Hi .. I just figured it out:

    In my theme’s functions.php:

    function product_editor_content ( $content, $post) {
    if ($post->post_type==’wpcproduct’)
    $content=’Template for products:’;

    return $content;
    }

    add_filter(‘default_content’, ‘product_editor_content’,10, 2);

Viewing 1 replies (of 1 total)
  • The topic ‘Template’ is closed to new replies.