<?php get_header(); ?>
<div id="content">
<div id="homepage">
<div id="homepagetop">
<div class="featuredtop">
<!--This section is where the Featured Content plugin is called.-->
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
</div>
</div>
orjinalı yukarıdaki gibi
sizi istediğinizi şu şekilde yaparsınız.
<?php get_header(); ?>
<div id="content">

<!--This section is where the Featured Content plugin is called.-->
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>


<div id="homepage">
<div id="homepagetop">
<div class="featuredtop">

</div>
</div>

----
sonra ayarlardan boyutunu geniş yapın.