• I want to control the alignment of the featured image(the thumbnail) with the options given in the ‘Set featured image’ pop box.

    <?php if(has_post_thumbnail()) {
                   echo '<div class="border">'; the_post_thumbnail(); echo '</div>';
                } ?>

    I want to add to the div with the class of border a class floatleft or floatright(or nothing) according for what the user chooses.

    Thanks!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Aligning the thumbnail image’ is closed to new replies.