Title: &quot;More Services&quot; Button
Last modified: August 21, 2016

---

# "More Services" Button

 *  Resolved [bcdodge](https://wordpress.org/support/users/bcdodge/)
 * (@bcdodge)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/more-services-button/)
 * I am not seeing a place to update where the button is linked to. And changing
   the text of that button would be really helpful, so that it reads “learn more”

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

 *  Theme Author [webriti](https://wordpress.org/support/users/priyanshumittal/)
 * (@priyanshumittal)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/more-services-button/#post-4269427)
 * Hi
 * We will add this setting in the next version meanwhile what you can do is
    edit
   the file theme_setup_data.php line number 119 and 120 you will find these options`’
   service_link_btn’ => ‘#’,//More Button Link ‘service_button_value’ => __(“More
   Services”,’busi_prof’),`
 * just replace # with your link and More Services with Learn More…
 *  [mojica15](https://wordpress.org/support/users/mojica15/)
 * (@mojica15)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/more-services-button/#post-4269440)
 * I tried that and did not worked. I replace “More Services” for other things and
   did not change. Other suggestions?
 *  Theme Author [webriti](https://wordpress.org/support/users/priyanshumittal/)
 * (@priyanshumittal)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/more-services-button/#post-4269442)
 * Hey Its Bit Trick…
 * First deactivate the theme
 * Than you have to delete busiprof_theme_options array which holds all the theme
   settings in wp_options table
 * Just Search “busiprof_theme_options” inside the table and delete it…
 * Now make those changes which I have mentioned in the above post…
 * Once all done than activate the theme ….
 * This will work…
 *  [mojica15](https://wordpress.org/support/users/mojica15/)
 * (@mojica15)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/more-services-button/#post-4269451)
 * But I will lose everything that i have done, or not ?
 *  Theme Author [webriti](https://wordpress.org/support/users/priyanshumittal/)
 * (@priyanshumittal)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/more-services-button/#post-4269452)
 * Than you have to wait for our next release in which we will provide the setting
   for the same
 * We are launching the premium version of busiprof by tomorrow in which we have
   already provided this setting…
 * If you are rushing out of time than do one thing paste your options array which
   you can find in your database >> wp_options table under the option busiprof_theme_options
   here “[http://pastebin.com/&#8221](http://pastebin.com/&#8221); and share the
   url
 *  Theme Author [webriti](https://wordpress.org/support/users/priyanshumittal/)
 * (@priyanshumittal)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/more-services-button/#post-4269456)
 * Hi mojica
 * If you are not comfertable with the datbase than I can provide you much easlier
   solution
 * in the index-services.php file line number 86 you will find
    `<a href="<?php 
   echo $current_options['service_link_btn'] ?>">` change this to something like
   this `<a href="your link goes here" >`
 * Simlarly replace line number 88 and 89 which is
 *     ```
       <?php if($current_options['service_button_value']!='') {?>
       <?php echo $current_options['service_button_value'] ?></a>
       ```
   
 * with the code `<?php echo "Your button title";?></a>`
 *  [mojica15](https://wordpress.org/support/users/mojica15/)
 * (@mojica15)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/more-services-button/#post-4269467)
 * I will try that, thanks.
 *  Theme Author [webriti](https://wordpress.org/support/users/priyanshumittal/)
 * (@priyanshumittal)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/more-services-button/#post-4269647)
 * [@mojica](https://wordpress.org/support/users/mojica/)
 * Did the above fix works for you?

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

The topic ‘"More Services" Button’ is closed to new replies.

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

 * 8 replies
 * 3 participants
 * Last reply from: [webriti](https://wordpress.org/support/users/priyanshumittal/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/more-services-button/#post-4269647)
 * Status: resolved