Title: the_excerpt method not functioning correctly
Last modified: August 20, 2016

---

# the_excerpt method not functioning correctly

 *  Resolved [Cbas23](https://wordpress.org/support/users/cbas23/)
 * (@cbas23)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/the_excerpt-method-not-functioning-correctly/)
 * Check out my homepage: [http://dazestate.com/](http://dazestate.com/) If you 
   hover over an image, the excerpt for its post is supposed to pop up, followed
   by its “posted” and “filed under” info. Here’s the code:
 *     ```
       <div class="article-over">
                             <h2><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
                             <?php the_excerpt(); ?>
                             <div class="postmetadata">
                                 Posted: <?php the_time(__('F jS, Y', 'kubrick')) ?>&nbsp;ˑ&nbsp;
                                 <?php comments_popup_link(__('No Comments'), __('1 Comment'), __('% Comments'), '', __('Comments Closed') ); ?><br />
                                 <?php printf(__('Filled under: %s'), get_the_category_list(', ')); ?>
                             </div>
                           </div>
       ```
   
 * Why am I getting images popping up with the excerpt (like on the deadmau5 pic)?
   The only posts that work are the ones that don’t have images embedded in their
   content. How can I get rid of the images and only show the posts text when a 
   user hover’s over a homepage picture?

Viewing 1 replies (of 1 total)

 *  Thread Starter [Cbas23](https://wordpress.org/support/users/cbas23/)
 * (@cbas23)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/the_excerpt-method-not-functioning-correctly/#post-2246963)
 * Nevermind actually.. I figured out that my theme was using the “advanced excerpts”
   plugin. Disabling that plugin got everything to work

Viewing 1 replies (of 1 total)

The topic ‘the_excerpt method not functioning correctly’ is closed to new replies.

## Tags

 * [customization](https://wordpress.org/support/topic-tag/customization/)
 * [hacks](https://wordpress.org/support/topic-tag/hacks/)

 * In: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
 * 1 reply
 * 1 participant
 * Last reply from: [Cbas23](https://wordpress.org/support/users/cbas23/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/the_excerpt-method-not-functioning-correctly/#post-2246963)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
