- This topic has 4 replies, 2 voices, and was last updated 8 years, 1 month ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The topic ‘Team Members Boxes on Homepage’ is closed to new replies.
Home › Forums › All Other Themes › Team Members Boxes on Homepage
Ok, so, you guys helped me a great deal with customizing the Service boxes on the home page so that they look different from the actual page they link to. You did this by creating excerpts.
Now, my question is, How can I do this for the Team members section? Right now, the text just keeps wrapping in the home page boxes. But on the page it links to, I have paragraph breaks and subheadings. How can I add an excerpt section for customizing the home page boxes with Paragraph breaks and subheadings to my individual Team members post pages? I’m using a custom template so I can have a right sidebar:
http://www.gmtaylorhomeservices.com/
<?php
/*
Template Name: Single Team
*/
get_header();
if( of_get_option(‘singlelayout’,true) != ”){
$layout = of_get_option(‘singlelayout’);
}
?>
<style>
<?php
if( of_get_option(‘singlelayout’, true) == ‘singleleft’ ){
echo ‘#sidebar { float:right !important; }’;
}
?>
</style>
<div class=”content-area”>
<div class=”middle-align”>
<div class=”site-main <?php echo $layout; ?>” id=”sitemain”>
<?php while ( have_posts() ) : the_post(); ?>
<h1 class=”entry-title”><?php the_title();?></h1>
<?php the_content();?>
<?php endwhile; // end of the loop. ?>
</div>
<?php
if( $layout != ‘sitefull’ && $layout != ‘nosidebar’ ){
get_sidebar();
} ?>
<div class=”clear”></div>
</div>
</div>
<?php get_footer(); ?>
Hi Paloma,
Kindly send us your URL of the site and WordPress admin details via sktthemes.net/contact
Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
Brad
Hi Paloma,
This issue was resolved from our end. Kindly check and confirm.
Regards,
Brad
thank you
issue solved
🙂
Looking for the best fastest WordPress themes? Stop right here! These lightning-fast themes are optimized for peak performance without sacrificing style. Perfect for speed-conscious bloggers, […]
Searching for the best baby products WordPress themes? We’ve got you covered! These themes combine adorable designs with powerful e-commerce features. Perfect for baby shops, […]
Want the best WordPress curriculum vitae themes? You’ve found them! Create a stunning digital portfolio that showcases your skills and experience. These themes offer sleek […]