Forum Replies Created
Viewing 1 post (of 1 total)
- AuthorPosts
sinisap
ParticipantI 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.- This reply was modified 11 years, 2 months ago by
- AuthorPosts
Viewing 1 post (of 1 total)