• Is it possible to get an image caption, that is pulled from each images caption field wrapped in a different class than the content?
    I am thinking I have to add it in the file “wp-jquery-timelinr/includes/template.php”
    and it should look something like this:

    echo ‘<h1>’.$post->post_title.'</h1>’;
    echo ‘<p>’.$post->post_content.'</p>’;
    echo ‘<h3>’.$post->post_excerpt.'</h3>’;

    Can anybody help?
    Thanks.

    http://wordpress.org/extend/plugins/wp-jquery-timelinr/

  • The topic ‘Add image captions’ is closed to new replies.