Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1053409
Footer HTML
Closed

Comments

  •  2
    getmebrian started the conversation

    Hi,

    We need to link to our privacy statement in the footer, but the footer disregards any HTML we use. How do we make this work?

  •  7,092
    Oliver replied

    HI!

    You need to edit:

    /m/wp-content/themes/thegem/footer.php

    line 53. 

    It's template, just copy it to the child theme.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    getmebrian replied

    This doesn't make any sense to me. This is line 53:

    <?php wp_footer();  ?>

    What do I need to do with this to get an HTML link to show in my footer? 


    Brian

  •  7,092
    Oliver replied

    HI!

    Sorry, I mixed up tickets.

    Pls. add your linke on line 45 before or after:

    <?php echo do_shortcode(nl2br(strip_tags(stripslashes(scalia_get_option('footer_html'))))); ?>


    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver