Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
MSF
/
msf-climate-hub
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
de383dd6
authored
2023-08-31 19:11:25 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
sss
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
2f4067c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
wp-content/themes/msf-child/blocks/carousel/carousel.php
wp-content/themes/msf-child/blocks/carousel/carousel.php
View file @
de383dd
...
...
@@ -48,7 +48,7 @@ $carousel_style = get_field('carousel_style');
<?php
$image
=
get_sub_field
(
'image'
);
?>
<div
class=
"row"
>
<div
class=
"col-lg-4 col-md-12 promo-image"
>
<?php
echo
get_the_post_thumbnail
(
$page
->
ID
,
'
medium
'
);
?>
<?php
echo
get_the_post_thumbnail
(
$page
->
ID
,
'
large
'
);
?>
</div>
<div
class=
"col-lg-8 col-md-12"
>
<div
class=
"promo-text"
>
<?php
echo
get_the_excerpt
(
$page
->
ID
);
?>
<a
class=
"understrap-read-more-link"
href=
"
<?php
echo
get_permalink
(
$page
->
ID
);
?>
"
>
READ MORE
</a></div>
...
...
Please
register
or
sign in
to post a comment