• Resolved timcook

    (@timcook)


    The featured image isn’t showing the caption text.

    Can anyone help ?

    I would love you for ever if you can.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Access Keys

    (@access-keys)

    Hello there,

    Can you please share your website url?

    Thanks,

    Thread Starter timcook

    (@timcook)

    Theme Author Access Keys

    (@access-keys)

    Hello Tim,

    AccessPress Mag Theme doesn’t have such features to show image caption for post’s featured image but it will works on gallery inside posts and pages.

    Thanks,

    Thread Starter timcook

    (@timcook)

    Hi,

    Are there any plans to include this feature in a future release ?

    It’s a deal breaker for me (and no doubt others).

    Tim

    Theme Author Access Keys

    (@access-keys)

    Hello there,

    Okay we will think about this in future.

    Thanks,

    Thread Starter timcook

    (@timcook)

    If anyone else has a need for this, edit the content-single php and ad the line with post_excerpt in it.

    <div class=”post_image”>
    <img src=”<?php echo esc_url( $image_path[0] ); ?>” alt=”<?php echo esc_attr( $image_alt );?>” />
    <?php echo ‘<span class=”caption”>’ . get_post( get_post_thumbnail_id() )->post_excerpt . ‘</span>’; ?>

    </div><!–.post_image–>

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Featured image not showing caption’ is closed to new replies.