/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
$meta .= "<span class='subtitle-meta'>". the_subtitle() ."</span>";

add_filter('avf_title_args', 'avia_blog_title', 10, 2);
function avia_blog_title($args,$id)
{
    if (is_page(1101))
    {
        $args['title'] = 'So many words, so little time…vocabulary building strategies <br> Building word knowledge to help close the achievement gap in reading';
    }
    return $args;
}

/*Add your own styles here:*/
<?php get_secondary_title(); ?>
add_filter('avf_title_args', 'avia_blog_title', 10, 2);
function avia_blog_title($args,$id)
{
    if (is_page(1101))
    {
        $args['title'] = 'So many words, so little time…vocabulary building strategies <br> Building word knowledge to help close the achievement gap in reading';
    }
    return $args;
}