How to Remove Twitter Handle or Other Information from Speaker Profiles

  1. Home
  2. Docs
  3. Fudge
  4. Frequently Asked Question...
  5. How to Remove Twitter Handle or Other Information from Speaker Profiles

How to Remove Twitter Handle or Other Information from Speaker Profiles

1) Open wp-content/themes/fudge/js/script.js

2) Please back up the above file prior to any changes.

3) Find the following line (around line 122) in the above file:

<p><span>’ + fudge_script_vars.twitter + ‘</span>’ + data.twitter_username + ‘<p>

The other items are

Company -> <p><span>’ + fudge_script_vars.company + ‘</span>’ + data.company + ‘<p>
Short Bio -> <p><span>’ + fudge_script_vars.shortbio + ‘</span>’ + data.short_bio + ‘<p>
Website – > <p><span>’ + fudge_script_vars.website + ‘</span><a href=”http://’ + data.website_url + ‘”>’ + data.website_url + ‘</a><p>

Was this article helpful to you? Yes 1 No