d sidebar class in body * * @since 1.0.0 * */ if (!function_exists('falcha_news_custom_body_class')) : function falcha_news_custom_body_class($classes) { global $falcha_news_theme_options; $falcha_news_sidebar = ''; if (!empty($falcha_news_theme_options['falcha-news-sidebar-archive-page'])) { $falcha_news_sidebar = $falcha_news_theme_options['falcha-news-sidebar-archive-page']; } if (is_singular()) { if (!empty($falcha_news_theme_options['falcha-news-sidebar-blog-page'])) { $falcha_news_sidebar = $falcha_news_theme_options['falcha-news-sidebar-blog-page']; } global $post; $single_sidebar = get_post_meta($post->ID, 'falcha_news_sidebar_layout', true); if (('default-sidebar' != $single_sidebar) && (!empty($single_sidebar))) { $falcha_news_sidebar = $single_sidebar; } } if (is_front_page() && !empty($falcha_news_theme_options['falcha-news-sidebar-front-page'])) { $falcha_news_sidebar = $falcha_news_theme_options['falcha-news-sidebar-front-page']; } $body_background = esc_attr(get_background_color()); if ($body_background != 'fff' && $body_background != 'ffffff') { $classes[] = 'ct-bg'; } if (!empty($falcha_news_theme_options['falcha-news-site-layout-options']) && $falcha_news_theme_options['falcha-news-site-layout-options'] == 'boxed') { $classes[] = 'ct-boxed'; } else { $classes[] = 'ct-full-layout'; } if (!empty($falcha_news_theme_options['falcha-news-enable-sticky-sidebar']) && $falcha_news_theme_options['falcha-news-enable-sticky-sidebar'] == 1) { $classes[] = 'ct-sticky-sidebar'; } if ($falcha_news_sidebar == 'no-sidebar') { $classes[] = 'no-sidebar'; } elseif ($falcha_news_sidebar == 'left-sidebar') { $classes[] = 'left-sidebar'; } elseif ($falcha_news_sidebar == 'middle-column') { $classes[] = 'middle-column'; } else { $classes[] = 'right-sidebar'; } return $classes; } endif; add_filter('body_class', 'falcha_news_custom_body_class'); /** * Remove ... From Excerpt * * @since 1.0.0 * */ if (!function_exists('falcha_news_excerpt_more')) : function falcha_news_excerpt_more($more) { if (!is_admin()) { return ''; } } endif; add_filter('excerpt_more', 'falcha_news_excerpt_more'); /** * Post Formats * * @since Falcha News 1.0.0 */ if (!function_exists('falcha_news_post_formats')) : function falcha_news_post_formats($post_id) { global $falcha_news_theme_options; if (!empty($falcha_news_theme_options['falcha-news-extra-post-formats-icons']) && $falcha_news_theme_options['falcha-news-extra-post-formats-icons'] != 1) : $hide_post_format_icon = $falcha_news_theme_options['falcha-news-extra-post-formats-icons']; $post_formats = get_post_format($post_id); switch ($post_formats) { case "image": $post_formats = "
"; break; case "video": $post_formats = "
"; break; case "gallery": $post_formats = "
"; break; case "audio": $post_formats = "
"; break; default: $post_formats = ""; } echo $post_formats; endif; } endif; /* Word read count Pagination */ if (!function_exists('falcha_news_read_time_words_count')) : /** * @param $content * * @return string */ function falcha_news_read_time_words_count($post_id) { global $falcha_news_theme_options; if (!empty($falcha_news_theme_options['falcha-news-extra-hide-read-time']) && $falcha_news_theme_options['falcha-news-extra-hide-read-time'] != 1) { falcha_news_read_time($post_id); } } endif; /* Word read count Pagination */ if (!function_exists('falcha_news_read_time_slider')) : /** * @param $content * * @return string */ function falcha_news_read_time_slider($post_id) { global $falcha_news_theme_options; $falcha_news_read_time = $falcha_news_theme_options['falcha-news-slider-post-read-time']; if ($falcha_news_read_time == 1) { falcha_news_read_time($post_id); } } endif; /* Word read count Pagination */ if (!function_exists('falcha_news_read_time')) : /** * @param $content * * @return string */ function falcha_news_read_time($post_id) { global $falcha_news_theme_options; $content = apply_filters('the_content', get_post_field('post_content', $post_id)); $read_words = 200; $decode_content = html_entity_decode($content); $filter_shortcode = do_shortcode($decode_content); $strip_tags = wp_strip_all_tags($filter_shortcode, true); $count = str_word_count($strip_tags); $word_per_min = (absint($count) / $read_words); $word_per_min = ceil($word_per_min); if (absint($word_per_min) > 0) { $word_count_strings = sprintf(_n('%s min read', '%s min read', number_format_i18n($word_per_min), 'falcha-news'), number_format_i18n($word_per_min)); if ('post' == get_post_type($post_id)) : echo ''; echo esc_html($word_count_strings); echo ''; endif; } } endif; if (!function_exists('falcha_news_add_menu_description')) : function falcha_news_add_menu_description($item_output, $item, $depth, $args) { if ('menu-1' == $args->theme_location && $item->description) $item_output = str_replace('', '' . $item->description . '', $item_output); return $item_output; } endif; add_filter('walker_nav_menu_start_el', 'falcha_news_add_menu_description', 10, 4); //Pagination types array function if (!function_exists('falcha_news_pagination_types')) : /* * Function to pagination types in array */ function falcha_news_pagination_types() { $pagination_types = array( 'default' => __('Default', 'falcha-news'), 'numeric' => __('Numeric', 'falcha-news'), ); return $pagination_types; } endif; Page not found - نقل اثاث في الفجيرة

It looks like nothing was found at this location. Maybe try one of the links below or a search?