> ID, 'apostrophe-featured' ); } else { $apostrophe_post_thumbnail = get_the_post_thumbnail(); } $apostrophe_has_thumbnail = 'apostrophe-thumb'; } else { $apostrophe_post_thumbnail = ''; $apostrophe_has_thumbnail = 'apostrophe-nothumb'; } // check for post thumbnail /* * If the post format is a link, we want to link directly to that link, rather than to the post itself */ if ( 'link' === get_post_format() ) { $apostrophe_permalink = apostrophe_get_url(); } else { $apostrophe_permalink = get_permalink(); } ?>