Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Have [raw] en [/raw] in my forms #9235
    sinisap
    Participant

    I am using Directory theme purchased at Themeforest and after a few attempts to solve [raw] issue I finaly got it how to fix it, so for you are using Directory theme look at code below or attached image

    // ==================================================
    // Some helper functions and filters for theme
    // --------------------------------------------------
    add_filter('iphorm_needs_raw_tag', '__return_false');
    function default_menu(){
    wp_nav_menu(array('menu' => 'Main Menu', 'fallback_cb' => 'default_page_menu', 'container' => 'nav', 'container_class' => 'mainmenu', 'menu_class' => 'menu clear'));
    }

    Cheers

    • This reply was modified 11 years, 2 months ago by sinisap.
    • This reply was modified 11 years, 2 months ago by sinisap.
    Attachments:
    You must be logged in to view attached files.
Viewing 1 post (of 1 total)
Be inspired. © 2025 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy