Display Featured Image Caption on Single Post UI

This topic is empty.

Viewing 3 reply threads
  • Author
    Posts
    • #2454


      vob
      Guest

      Hi!

      I would like image caption being displayed under featured image. How can I do it?

      Thx!

    • #2455


      Spiracle Themes
      Guest

      Hi Vob

      We have already emailed you earlier. Did you get your email?

      Did you mean the exact spot as shown in the screenshot below

      Check Screenshot

      Best Regards

    • #2456


      vob
      Guest

      Oh, the email got filtered to Spam so I did not see it.

      Yes, I mean the caption area under the image as specified on your screenshot.

    • #2459


      Spiracle Themes
      Guest

      Hi vob

      There is no direct method of doing it. What we can do is, Instead of adding a caption directly under the Featured Image.
      We will add an Image element (Adding the same image to it ie featured image ) at the beginning of the post and add a caption under it and the rest of the post content below it.

      After that, we will hide the Featured Image by using CSS to avoid showing it 2 times. Check screenshots below

      VIEW SCREENSHOT 1

      VIEW SCREENSHOT 2

      Use the CSS below to hide the featured image

      .single .image {
          display: none;
      }

      Copy & Paste above CSS in Appearance -> Customize -> Additional CSS

      Let us know if you have any questions

      Best Regards

Viewing 3 reply threads

Reply To: Display Featured Image Caption on Single Post UI

Your information: