Reading. Please choose another Page', 'business-roy'); } else if ($customa_page == $page_for_posts) { esc_html_e('You can not choose the page that is set as the Posts page in Settings > Reading. Please choose another Page', 'business-roy'); } else { $get_id = $customa_page; $template_id = get_post($get_id); if ($template_id && !is_wp_error($template_id)) { $content = $template_id->post_content; } echo apply_filters('iktheme_customa_content', $content); } } ?>