- This topic has 4 replies, 2 voices, and was last updated 8 years, 4 months 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
🙂
Lightweight CrossFit WordPress Themes In the world of WordPress, themes are an essential deciding factor for the success of your website. Therefore, depending upon the […]
Medicure WordPress Themes If you are in the insurance business, then you know the importance of getting the message out and keeping your customers engaged. […]
Profile WordPress Themes to Showcase Your Personal Portfolio Are you stuck in deciding the suitable theme for a profile or personal website? Don’t worry to […]