dock00
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [CMB2] Display repeatable field inside groupyep, the
<a>tag will have something for sure, just testing.
ThanksForum: Plugins
In reply to: [CMB2] Display repeatable field inside groupI solved it like this.
<?php $discography_group = get_post_meta( get_the_ID(), '_cmb2_discography_group', true ); ?> <ul> <?php foreach ( $discography_group as $value ) { ?> <li> <h1><?php echo $value['track_title'] ?></h1> <p><?php echo $value['track_label'] ?></p> <?php $link = $value['buy_link']; ?> <?php foreach ( $link as $value_link) { ?> <a href="<?php echo $value_link ?>" target="_blank" class="float-right"></a> <?php } ?> </li> <?php } ?> </ul>Any advice to improve the code or this is sufficient?
ThanksForum: Fixing WordPress
In reply to: get_theme_mod() Dropdown-pagesresolved
Forum: Fixing WordPress
In reply to: get_theme_mod() Dropdown-pagesworks like a charm.
Thank you so much.
I owe you a beer 😉Forum: Plugins
In reply to: [CMB2] Filtering like real estate websitesI had some success with the tax_query but need something more complex and my php knowledge is not so great.
I will test that plugin.
Thanks for the tip.Forum: Plugins
In reply to: [CPT Bootstrap Carousel] caption in one slide onlyGreat, works fine.
Thanks for your help.
Really appreciated.Forum: Plugins
In reply to: [CPT Bootstrap Carousel] caption in one slide onlythanks for the quick help.
that works,but i need to style that caption.
For example, if i put a background on the caption, the style will be applied to all, even if they dont have captions.Any ideas on how i can do that?
Thanks
Viewing 7 replies - 1 through 7 (of 7 total)