Title: Featured Button
Last modified: August 20, 2016

---

# Featured Button

 *  [sbmonsey](https://wordpress.org/support/users/sbmonsey/)
 * (@sbmonsey)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/featured-button/)
 * Is there a way to add html links for the Featured Button to make it open in new
   tab when someone clicks on it ?
 * thanks

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

 *  [Ulrich](https://wordpress.org/support/users/grapplerulrich/)
 * (@grapplerulrich)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/featured-button/#post-3547065)
 * See this
 * [http://www.echoecho.com/htmllinks03.htm](http://www.echoecho.com/htmllinks03.htm)
 *  [Stanko Metodiev](https://wordpress.org/support/users/metodiew/)
 * (@metodiew)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/featured-button/#post-3547155)
 * Hi,
 * Currently the theme doesn’t have this options, but you can edit “front-page.php”.
   
   Install child theme following instructions from here: [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
   after that copy “front-page.php” file from shell-lite theme folder to your child
   theme. Now edit new “front-page.php” file. In line 83 replace `echo '<a href="'.
   $options['featured_button_link'].'">';` with `echo '<a href="'.$options['featured_button_link'].'"
   target="_blank">';` and it should working fine.
 * Let me know if you have other questions
 * Stanko

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

The topic ‘Featured Button’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/shell-lite/1.8.0/screenshot.png)
 * Shell Lite
 * [Support Threads](https://wordpress.org/support/theme/shell-lite/)
 * [Active Topics](https://wordpress.org/support/theme/shell-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/shell-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/shell-lite/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Stanko Metodiev](https://wordpress.org/support/users/metodiew/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/featured-button/#post-3547155)
 * Status: not resolved