Adding a code in the widget title

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Support Forums Support (Legacy) Adding a code in the widget title

This topic is: Resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #233

    chaim
    Member

    Hello,

    First of all thank you for your themes. They’re amazing. I’m definitely looking forward for more.

    I tried to insert a fontawesome icon into a widget title but it was removed – how is it done?

    Thanks

    #234

    Noa
    Keymaster

    Welcome!

    By “widget title” do you mean in the WordPress widget area, or in in the Page Builder?

    Either way WordPress has entered a filter blocking any HTML from being added to this field…..but if you want to disable it, you can just place the following code in your [functions.php] file:

    remove_filter( 'widget_title', 'esc_html' );

    P.S.

    Our Page Builder system works according to the WordPress widget standards, so the code written above will apply to the widget area as well.

    #241

    chaim
    Member

    I installed a Child Theme, because I understand that it will work better with the upgrades.

    Should I place it there or in the regular theme?

    #243

    Noa
    Keymaster

    If you are working with a Child Theme, then that’s great. Just enter the code into the Child Theme’s functions.php file and it should be ok.

    #244

    chaim
    Member

    Great 🙂

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘Support (Legacy)’ is closed to new topics and replies.