Support » Plugins » Adding an Excerpt under Thumbnail

  • Hello,

    I am currently editing the “Premium Featured Posts Slider” and their support has been terribly lacking. Basically, I just want to add the excerpt (which I am turning into a secondary headline) under the thumbnail pagination of the slider. I figured this would be easy, but I still cannot figure out how to get what I want done.

    I’ve managed to nail down this to the code I need to edit:

    `foreach($featured_posts as $featured) {
    $pagination .= ‘
    <li><a href=””>’ . get_the_post_thumbnail($featured->ID, ‘FPS pagination thumbnail’, array(‘class’ => ‘fps-thumbnail-mini’)) .'</a></li>
    ‘;`

    I would like to add the excerpt under the thumbnail and believed that I could just add excerpt query after the anchor, but that hasn’t been successful. I just get white space.

    Thoughts? Thanks. I know I am new here, but would love to use this forum to learn how to do all of this.

    Here is an example:

    http://www.philahoops.com/fakehome

    ~Joe

    [ http://codex.wordpress.org/Forum_Welcome#No_Bumping ]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Adding an Excerpt under Thumbnail’ is closed to new replies.