Team Members Boxes on Homepage

Home Forums All Other Themes Team Members Boxes on Homepage

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #49351
    palomapaloma
    Participant
    • Topics: 20
    • Replies: 57
    • Total: 77
    Member since: August 9, 2016

    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(); ?>

    #49420
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30674
    • Total: 30674
    Member since: August 16, 2013

    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

    #49557
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30674
    • Total: 30674
    Member since: August 16, 2013

    Hi Paloma,

    This issue was resolved from our end. Kindly check and confirm.

    Regards,
    Brad

    #49929
    palomapaloma
    Participant
    • Topics: 20
    • Replies: 57
    • Total: 77
    Member since: August 9, 2016

    thank you

    issue solved

    #49974
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30674
    • Total: 30674
    Member since: August 16, 2013

    🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Team Members Boxes on Homepage’ is closed to new replies.