Browser: Chrome 110 OS: macOS / Windows / Linux / etc. URL: Link to a page that illustrates this issue Video: Short screen recording that illustrates this issue (free tool: jam.dev)
When “show title” is selected on a dynamic image in bricks, no title is displayed on the front end.
When caption is selected, a caption does display on the front end.
I need to display some form of title for the image. Would you know of a howto? I also need to have the caption below the image. I’ve tried a few of the custon css workarounds but they don’t work.
Ah - forgot to add the %% - the other workarounds didn’t have this. That works THX
What I’m trying to do is this. I have an archive of images from various photographers who edited their images in lightroom and added meta titles and descriptions. When uploading their images to WP, the WP media uploader is grabbing the titles and descriptions automatically. I need to find a way to show that title and description (caption) beneath each image on the front end.
I’ve figured out how to show the caption but not the title. I’ve had a look around bricks and I can’t find a way to do this.
I’ve tried a sloppy workaround using a cpt with a title & description field but this means a load of extra work inputting the information.
Yeah, that’s what I was afraid of - I’m dyslexic so I’m trying to find as simplae a way as possible to avaoid getting bogged down in. functions and code.
I was thinking of something crude like addinga meta element in bricks and doing an echo on the title attribute <?php the_title_attribute($post->ID);?> Just need to get my head around how to do this in Bricks