Title: adding a third button?
Last modified: August 30, 2016

---

# adding a third button?

 *  [SSmeredith](https://wordpress.org/support/users/ssmeredith/)
 * (@ssmeredith)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/adding-a-third-button/)
 * Hi there!
    Is there any way to add a third button on the homepage? Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [codemovement.pk](https://wordpress.org/support/users/codemovementpk/)
 * (@codemovementpk)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/adding-a-third-button/#post-6824589)
 * Can you please share your homepage url?
 *  Thread Starter [SSmeredith](https://wordpress.org/support/users/ssmeredith/)
 * (@ssmeredith)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/adding-a-third-button/#post-6824595)
 * sure… thefightingseason.com
 *  [Matheus Martins](https://wordpress.org/support/users/matheusfd/)
 * (@matheusfd)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/adding-a-third-button/#post-6824601)
 * Hey! I think you can add a third button on your own homepage.
 * You can create a child theme **[https://codex.wordpress.org/Child_Themes](https://codex.wordpress.org/Child_Themes)**
   and insert this button that you want. You’ll only need some development skills.
 *  Thread Starter [SSmeredith](https://wordpress.org/support/users/ssmeredith/)
 * (@ssmeredith)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/adding-a-third-button/#post-6824610)
 * Yes, I know to edit the slider-static.php page but I don’t think it’s going to
   be that simple the way this theme is made. Simply adding another button after
   the second one without making container adjustments will put the page out of 
   whack. I was hoping the developer or someone had already done this and could 
   provide direction. Thanks!
 *     ```
       <div class="cta_buttons">
       				   <?php if(!empty($optimizer['static_cta1_text']) || is_customize_preview() ) { ?>
                          <a class="static_cta1 lts_button lt_rounded cta_<?php echo esc_attr($optimizer['static_cta1_txt_style']); ?>" href="<?php echo do_shortcode(esc_url($optimizer['static_cta1_link'])); ?>"><?php echo do_shortcode($optimizer['static_cta1_text']); ?></a>
                          <?php } ?>
       				   <?php if(!empty($optimizer['static_cta2_text']) || is_customize_preview() ) { ?>
                          <a class="static_cta2 lts_button lt_rounded cta_<?php echo esc_attr($optimizer['static_cta2_txt_style']); ?>" href="<?php echo do_shortcode(esc_url($optimizer['static_cta2_link'])); ?>"><?php echo do_shortcode($optimizer['static_cta2_text']); ?></a>
                          <?php } ?>
                      </div>
       ```
   
 *  [anatolir](https://wordpress.org/support/users/anatolir/)
 * (@anatolir)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/adding-a-third-button/#post-6824849)
 * Hi, I was wondering if you have found a solution to this issue. I’ve checked 
   your website and it seems you’re using a workaround.
 * Has anyone attempted this? Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘adding a third button?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/optimizer/0.7.4/screenshot.png)
 * Optimizer
 * [Support Threads](https://wordpress.org/support/theme/optimizer/)
 * [Active Topics](https://wordpress.org/support/theme/optimizer/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/optimizer/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/optimizer/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [anatolir](https://wordpress.org/support/users/anatolir/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/adding-a-third-button/#post-6824849)
 * Status: not resolved