I’m doing video work for a lawfirm, and since I have experience with WordPress, they want me to make a few changes to their site. I’m trying to add in another person to their “People” page, but I think it was originally mad with custom code. I’m not too great at that, but I figured I’d take a shot in the dark to see if anyone here had any expertise.
Here’s the site: [https://carastone.com/people/])
I’m trying to add a second person in the middle section, right next to the other picture/bio with a person’s name and headshot. At first, I thought it was done with this Slider Revolution plugin, but going through those settings offered no help. I then looked through the Theme file editor, yet I still haven’t found anything that shows exactly how to create a second panel with a headshot right next to the first. I thought this following code was it, but it doesn’t seem to have all the features that I’m trying to get:
<div class=”container-fluid” id=”people\_section\_2″>
<div class=”row”>
<?php echo do\_shortcode(‘\[ajax\_load\_more post\_type=”team” order=”ASC” orderby=”date” transition\_container=”false” posts\_per\_page=”-1″ scroll=”false” button\_label=”See more of our team”\]’); ?>
</div>
</div>
Any thoughts on how I can achieve this? Thank you!
[ad_2]