Winter Special Sale! Unlock a 20% OFF on Bundle of 240+ WP Themes & 5 Plugins. Use code "SNOW20"
This Winter, Enjoy a cozy 25% discount on Premium WordPress Themes with the coupon code "WINTER25" at Checkout.

Change Website Credit

Home Forums VW Theme VW EDUCATION PRO THEME Change Website Credit

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11695
    reba.gaines
    Participant

    I had asked a while back on how to change the website credit. And everywhere on the site I looked only gave references for hiding it. Well for those of you who are using this theme and want to know how here it is.

    You’ll have to modify one function in the functions.php under theme folder.
    Original Code
    1. /* URL DEFINES */
    2. define(‘VW_SCHOOL_PRO_SITE_URL’,’https://www.vwthemes.com/’);
    3. /* Theme Credit link */
    4. function vw_school_pro_credit_link() {
    5. echo esc_html_e(‘Design & Developed by’,’vw-school-pro’). “<a href=”.esc_url(VW_SCHOOL_PRO_SITE_URL).”
    6. target=’_blank’> VW Themes“;
    7. }

    In line 1, change the URL to the desired URL.
    In line 6, change the VW Themes to the name of your company.

    Another way to do this is:

    In Line 5, replace VW_SCHOOL_PRO_SITE_URL with your URL encased in double quotes
    In Line 6, change the VW Themes to the name of your company.

    Hopes this helps.

    #11712
    developer vwtheme
    Participant

    Hi,

    We very much appreciate your solution for the credit link.

    Note: This solution is valid but only developers and who are sure about the change can use this method to remove the credit links.

    Those who are not sure can use the traditional method.

    Thank you

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.