I began painting ballerinas when I was planning my daughter’s nursery. Ballerinas are poised, graceful, and beautiful, yet are hard working, strong and passionate about their craft. I want my daughter to emulate a ballerina in whatever she chooses to do, and began painting them to represent the way in which I pray she will pursue her dreams.
Ballerinas
add_filter( ‘gallery_custom_links_enabled’, ‘my_gallery_custom_links_enabled’, 25, 1 );
function my_gallery_custom_links_enabled( $isEnabled ) {
$id = get_the_ID();
if ( $id === 1773 )
return true;
return false;
}