'value'=>1, ) ), 'content_type'=>'html', ), array( 'type' =>'text', 'name' =>"sub_heading", 'label' =>'Sub Heading', 'tab' =>'customizer', 'default' =>'No Credit card required', 'content_type'=>'html', ), array( 'type' =>'checkbox_bool', 'name' =>"check_for_icon", 'label' => 'Icon', 'tab' =>'customizer', 'default' =>0, 'options' =>array( array( 'label'=>'Yes', 'value'=>1, ) ), 'content_type'=>'html', ), array( 'type' =>'icon-selector', 'name' =>"icon-picker", 'label' =>'Icon', 'tab' =>'customizer', 'default' =>'check_circle', 'content_type'=>'html', 'required' => array('check_for_icon'=>'1') ), array( 'type' =>'text', 'name' =>"text-size", 'label' =>'Font Size', 'tab' =>'design', 'default' =>'20px', 'content_type'=>'css', ), array( 'type' =>'select', 'name' =>'font_weight', 'label' =>"Font Weight", 'tab' =>'design', 'default' =>'400', 'options_details'=>array( '300' =>'Light', '400' =>'Regular', '500' =>'Medium', '600' =>'Semi Bold', '700' =>'Bold', ), 'content_type'=>'css', ), array( 'type' =>'color-picker', 'name' =>"bg_color_picker", 'label' =>'Background Color', 'tab' =>'design', 'default' =>'#2cbf55', 'content_type'=>'css', ), array( 'type' =>'color-picker', 'name' =>"font_color_picker", 'label' =>'Button Text Color', 'tab' =>'design', 'default' =>'#fff', 'content_type'=>'css' ), array( 'type' =>'color-picker', 'name' =>"sub_color_picker", 'label' =>'Subheading Text Color', 'tab' =>'design', 'default' =>'#888', 'content_type'=>'css' ), array( 'type' =>'text', 'name' =>"icon-size", 'label' =>'Icon Size', 'tab' =>'design', 'default' =>'24px', 'content_type'=>'css', 'required' => array('check_for_icon'=>'1') ), array( 'type' =>'spacing', 'name' =>"margin_gap", 'label' =>'Icon Adjustment', 'tab' =>'design', 'default' => array( 'top'=>'0px', 'right'=>'0px', 'bottom'=>'0px', 'left'=>'0px', ), 'content_type'=>'css', 'required' => array('check_for_icon'=>'1') ), array( 'type' =>'select', 'name' =>'align_type', 'label' =>"Align", 'tab' =>'design', 'default' =>'center', 'options_details'=>array( 'center' =>'Center', 'left' =>'Left', 'right' =>'Right', ), 'content_type'=>'css', ), array( 'type' =>'text', 'name' =>'button-width', 'label' =>'Width', 'tab' =>'design', 'default' =>'200px', 'content_type'=>'css', ), array( 'type' =>'text', 'name' =>'border-rds', 'label' =>'Border Radius', 'tab' =>'design', 'default' =>'0px', 'content_type'=>'css', ), array( 'type' =>'select', 'name' =>'display_type', 'label' =>"Display", 'tab' =>'design', 'default' =>'block', 'options_details'=>array( 'block' =>'Block (Vertical)', 'inline' =>'Inline (Horizontal)', ), 'content_type'=>'css', ), array( 'type' =>'text', 'name' =>'resp-btn-width', 'label' =>'Button Width', 'tab' =>'design', 'default' =>'100%', 'content_type'=>'css', ), array( 'type' =>'spacing', 'name' =>"gapping_css", 'label' =>'Button Padding', 'tab' =>'design', 'default' =>array( 'left'=>'20px', 'right'=>'20px', 'top'=>'10px', 'bottom'=>'10px' ), 'content_type'=>'css', ), array( 'type' =>'spacing', 'name' =>"mrgn_css", 'label' =>'Button Margin', 'tab' =>'design', 'default' => array( 'top'=>'0px', 'right'=>'0px', 'bottom'=>'0px', 'left'=>'0px', ), 'content_type'=>'css', ), array( 'type' =>'checkbox_bool', 'name' =>"check_for_border", 'label' => 'Border', 'tab' =>'design', 'default' =>0, 'options' =>array( array( 'label'=>'Yes', 'value'=>1, ) ), 'content_type'=>'html', ), array( 'type' =>'text', 'name' =>'brdr-wdt', 'label' =>'Border Width', 'tab' =>'design', 'default' =>'2px', 'content_type'=>'css', 'required' => array('check_for_border'=>'1') ), array( 'type' =>'color-picker', 'name' =>"border-clr_pkr", 'label' =>'Border Color', 'tab' =>'design', 'default' =>'#ccc', 'content_type'=>'css', 'required' => array('check_for_border'=>'1') ), array( 'type' =>'checkbox_bool', 'name' =>"check_for_altrbtn", 'label' => 'Customize Alternate Button', 'tab' =>'design', 'default' =>0, 'options' =>array( array( 'label'=>'Yes', 'value'=>1, ) ), 'content_type'=>'html', ), array( 'type' =>'color-picker', 'name' =>"altbg_color", 'label' =>'Background Color', 'tab' =>'design', 'default' =>'#ccc', 'content_type'=>'css', 'required' => array('check_for_altrbtn'=>'1') ), array( 'type' =>'color-picker', 'name' =>"altfont_color", 'label' =>'Button Text Color', 'tab' =>'design', 'default' =>'#333', 'content_type'=>'css', 'required' => array('check_for_altrbtn'=>'1') ), array( 'type' =>'text', 'name' =>"id", 'label' =>'ID', 'tab' =>'advanced', 'default' =>'', 'content_type'=>'html' ), array( 'type' =>'text', 'name' =>"user_class", 'label' =>'Class', 'tab' =>'advanced', 'default' =>'', 'content_type'=>'html' ), array( 'type' =>'spacing', 'name' =>"margin_css", 'label' =>'Margin', 'tab' =>'advanced', 'default' => array( 'top'=>'20px', 'right'=>'0px', 'bottom'=>'20px', 'left'=>'0px', ), 'content_type'=>'css', ), array( 'type' =>'spacing', 'name' =>"padding_css", 'label' =>'Padding', 'tab' =>'advanced', 'default' =>array( 'left'=>'0px', 'right'=>'0px', 'top'=>'0px', 'bottom'=>'0px' ), 'content_type'=>'css', ), array( 'type' =>'checkbox_bool', 'name' =>'button_repeat_check', 'label' =>'Alternate Button', 'tab' =>'customizer', 'default' =>0, 'options' =>array( array( 'label'=>'Yes', 'value'=>1, ) ), 'content_type'=>'html', ), ), 'front_template'=> $output, 'front_css'=> $css, 'front_common_css'=>'', 'repeater'=> array( 'tab'=>'customizer', 'required'=>array('button_repeat_check'=>1), 'fields'=>array( array( 'type' =>'text', 'name' =>"content_title", 'label' =>'Button Text', 'tab' =>'customizer', 'default' =>'Get started free', 'content_type'=>'html', ), array( 'type' =>'text', 'name' =>"btn_link", 'label' =>'URL', 'tab' =>'customizer', 'default' =>'#', 'content_type'=>'html', ), array( 'type' =>'select', 'name' =>'page_link_open', 'label' =>"Open link in", 'tab' =>'customizer', 'default' =>'new_page', 'options_details'=>array( 'new_page' =>'New tab', 'same_page' =>'Same page' ), 'content_type'=>'html', ), array( 'type' =>'text', 'name' =>"sub_heading", 'label' =>'Sub Heading', 'tab' =>'customizer', 'default' =>'No Credit card required', 'content_type'=>'html', ), array( 'type' =>'icon-selector', 'name' =>"icon-picker", 'label' =>'Icon', 'tab' =>'customizer', 'default' =>'check_circle', 'content_type'=>'html', 'required' => array('check_for_icon'=>'1') ), ), 'front_template'=> '
{{if_condition_button_repeat_check==1}} {{content_title}}{{if_condition_check_for_icon==1}}{{ifend_condition_check_for_icon_1}} {{if_sub_heading}}{{sub_heading}} {{ifend_sub_heading}}
' ), ); ?>
Warning: Cannot modify header information - headers already sent by (output started at /htdocs/wp-content/plugins/accelerated-mobile-pages/pagebuilder/modules/button-mod-module.php:1) in /htdocs/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /htdocs/wp-content/plugins/accelerated-mobile-pages/pagebuilder/modules/button-mod-module.php:1) in /htdocs/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /htdocs/wp-content/plugins/accelerated-mobile-pages/pagebuilder/modules/button-mod-module.php:1) in /htdocs/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /htdocs/wp-content/plugins/accelerated-mobile-pages/pagebuilder/modules/button-mod-module.php:1) in /htdocs/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /htdocs/wp-content/plugins/accelerated-mobile-pages/pagebuilder/modules/button-mod-module.php:1) in /htdocs/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /htdocs/wp-content/plugins/accelerated-mobile-pages/pagebuilder/modules/button-mod-module.php:1) in /htdocs/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /htdocs/wp-content/plugins/accelerated-mobile-pages/pagebuilder/modules/button-mod-module.php:1) in /htdocs/wp-includes/rest-api/class-wp-rest-server.php on line 1831

Warning: Cannot modify header information - headers already sent by (output started at /htdocs/wp-content/plugins/accelerated-mobile-pages/pagebuilder/modules/button-mod-module.php:1) in /htdocs/wp-includes/rest-api/class-wp-rest-server.php on line 1831
{"id":10726,"date":"2021-10-21T09:12:53","date_gmt":"2021-10-21T09:12:53","guid":{"rendered":"https:\/\/foot.tg\/?p=10726"},"modified":"2021-10-23T18:31:59","modified_gmt":"2021-10-23T18:31:59","slug":"classement-fifa-le-togo-gagne-deux-places","status":"publish","type":"post","link":"https:\/\/foot.tg\/2021\/10\/21\/classement-fifa-le-togo-gagne-deux-places\/","title":{"rendered":"Classement FIFA : le Togo gagne deux places"},"content":{"rendered":"

Le Togo loge d\u00e9sormais \u00e0 la 134\u00e8me place du classement FIFA. La nouvelle mise \u00e0 jour dudit classement publi\u00e9 ce jeudi 21 octobre 2021 r\u00e9v\u00e8le un bond de deux places pour les \u00e9perviers.<\/strong><\/em><\/p>

Le Togo, apr\u00e8s la d\u00e9gringolade du mois pr\u00e9cedent, rebondit en gagnant deux places. Les \u00e9perviers occupent d\u00e9sormais la 134\u00e8me place au plan mondial et la 38\u00e8me sur le plan africain. <\/p>

Ce nouveau rang des \u00e9perviers est sans doute le fruit des r\u00e9sultats de la double confrontation entre le Togo et le Congo qui a offert \u00e0 la s\u00e9lection nationale, sa premi\u00e8re victoire depuis belle lurette.<\/p>

Sur le plan mondial, la Belgique et le Br\u00e9sil tienne toujours respectivement la premi\u00e8re, et la deuxi\u00e8me place. En Afrique par contre, un petit changement est intervenu dans le top 3. Le S\u00e9n\u00e9gal (1er) et la Tunisie (2\u00e8me) gardent leurs places, tandis que l’Alg\u00e9rie se voit devancer par les lions de l’Atlas qui logent d\u00e9sormais au troisi\u00e8me rang africain. <\/p>

Le Top 10 africain<\/strong><\/p>

1- S\u00e9n\u00e9gal (20\u00e8me)<\/p>

2- Tunisie (27\u00e8me)<\/p>

3- Maroc (29\u00e8me)<\/p>

4- Alg\u00e9rie (30\u00e8me)<\/p>

5- Nig\u00e9ria (36\u00e8me)<\/p>

6- Egypt (44\u00e8me)<\/p>

7- Ghana (52\u00e8me)<\/p>

8- C\u00f4te d’Ivoire (53\u00e8me)<\/p>

9- Cameroun (54\u00e8me)<\/p>

10- Mali (57\u00e8me)<\/p>

Emmanuel TETE<\/strong><\/p>

<\/p>","protected":false},"excerpt":{"rendered":"

Le Togo loge d\u00e9sormais \u00e0 la 134\u00e8me place du classement FIFA. La nouvelle mise \u00e0 jour dudit classement publi\u00e9 ce jeudi 21 octobre 2021 r\u00e9v\u00e8le un bond de deux places pour les \u00e9perviers. Le Togo, apr\u00e8s la d\u00e9gringolade du mois pr\u00e9cedent, rebondit en gagnant deux places. Les \u00e9perviers occupent d\u00e9sormais la 134\u00e8me place au plan […]<\/p>\n","protected":false},"author":4,"featured_media":10730,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[145,826],"tags":[489,1119,852],"class_list":["post-10726","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-actualite","category-equipes-nationales","tag-classement-fifa","tag-deux-places-gagnees","tag-eperviers-du-togo-2"],"_links":{"self":[{"href":"https:\/\/foot.tg\/wp-json\/wp\/v2\/posts\/10726"}],"collection":[{"href":"https:\/\/foot.tg\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/foot.tg\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/foot.tg\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/foot.tg\/wp-json\/wp\/v2\/comments?post=10726"}],"version-history":[{"count":6,"href":"https:\/\/foot.tg\/wp-json\/wp\/v2\/posts\/10726\/revisions"}],"predecessor-version":[{"id":10737,"href":"https:\/\/foot.tg\/wp-json\/wp\/v2\/posts\/10726\/revisions\/10737"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/foot.tg\/wp-json\/wp\/v2\/media\/10730"}],"wp:attachment":[{"href":"https:\/\/foot.tg\/wp-json\/wp\/v2\/media?parent=10726"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/foot.tg\/wp-json\/wp\/v2\/categories?post=10726"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/foot.tg\/wp-json\/wp\/v2\/tags?post=10726"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}