
{"id":4238,"date":"2015-03-01T04:17:50","date_gmt":"2015-03-01T04:17:50","guid":{"rendered":"http:\/\/tapchicntt.com\/?p=4238"},"modified":"2015-02-28T04:47:21","modified_gmt":"2015-02-28T04:47:21","slug":"wordpress-them-chuc-nang-hien-thi-tin-rss-tai-dashboard","status":"publish","type":"post","link":"https:\/\/tapchicntt.com\/wordpress-them-chuc-nang-hien-thi-tin-rss-tai-dashboard\/","title":{"rendered":"[WordPress] Th\u00eam ch\u1ee9c n\u0103ng  hi\u1ec3n th\u1ecb tin RSS t\u1ea1i dashboard"},"content":{"rendered":"<p>C\u00e1c b\u1ea1n c\u00f3 th\u1ec3 ch\u00e8n th\u00eam v\u00e0o Dashboard b\u1ea5t c\u1ee9 ch\u1ee9c n\u0103ng n\u00e0o m\u00e0 b\u1ea1n mu\u1ed1n. Trong b\u00e0i vi\u1ebft n\u00e0y ch\u00fang t\u00f4i s\u1ebd h\u01b0\u1edbng d\u1eabn c\u00e1c b\u1ea1n ch\u00e8n th\u00eam ch\u1ee9c n\u0103ng hi\u1ec3n th\u1ecb tin RSS t\u1ea1i Dashboard.<!--more--><\/p>\n<p><img decoding=\"async\" src=\"http:\/\/4.bp.blogspot.com\/-izV2qWewHQc\/VPFGEl2FsLI\/AAAAAAAAJJM\/e283gbSRAtQ\/s1600\/wordpress-them-chuc-nang-hien-thi-tin-rss-tai-dashboard.png\" class=\"aligncenter\" alt=\"Wordpress - Th\u00eam ch\u1ee9c n\u0103ng  hi\u1ec3n th\u1ecb tin RSS t\u1ea1i dashboard \" \/><\/p>\n<p>B\u1ea1n ch\u1ec9 c\u1ea7n ch\u00e8n \u0111o\u1ea1n code sau v\u00e0o trong file functions.php c\u1ee7a themes b\u1ea1n \u0111ang s\u1eed d\u1ee5ng:<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n\r\nfunction wpc_dashboard_widgets() {\r\n     global $wp_meta_boxes;\r\n     \/\/ remove unnecessary widgets\r\n     \/\/ var_dump( $wp_meta_boxes&#x5B;'dashboard'] ); \/\/ h\u1ee7y h\u1ebft c\u00e1c ch\u1ee9c n\u0103ng m\u1eb7c \u0111\u1ecbnh c\u1ee7a wp\r\n     unset(\r\n          $wp_meta_boxes&#x5B;'dashboard']&#x5B;'normal']&#x5B;'core']&#x5B;'dashboard_plugins'],\r\n          $wp_meta_boxes&#x5B;'dashboard']&#x5B;'side']&#x5B;'core']&#x5B;'dashboard_secondary'],\r\n          $wp_meta_boxes&#x5B;'dashboard']&#x5B;'side']&#x5B;'core']&#x5B;'dashboard_primary']\r\n     );\r\n     \/\/ add a custom dashboard widget\r\n     wp_add_dashboard_widget( 'dashboard_custom_feed', 'News from siteXY', 'dashboard_custom_feed_output' ); \/\/add new RSS feed output\r\n}\r\nfunction dashboard_custom_feed_output() {\r\n     echo '&lt;div class=&quot;rss-widget&quot;&gt;';\r\n     wp_widget_rss_output(array(\r\n          'url' =&gt; 'http:\/\/tapchicntt.com\/feed', \/\/ li\u00ean k\u1ebf RSS b\u1ea1n mu\u1ed1n hi\u1ec3n th\u1ecb.\r\n          'title' =&gt; 'Tin t\u1ee9c t\u00f9 website tapchicntt.com', \r\n          'items' =&gt; 4,\r\n          'show_summary' =&gt; 1,\r\n          'show_author' =&gt; 0,\r\n          'show_date' =&gt; 1 \r\n     ));\r\n     echo &quot;&lt;\/div&gt;&quot;;\r\n}\r\n\r\nadd_action('wp_dashboard_setup', 'wpc_dashboard_widgets');\r\n\r\n<\/pre>\n<p>Ch\u00fac c\u00e1c b\u1ea1n th\u00e0nh c\u00f4ng!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>C\u00e1c b\u1ea1n c\u00f3 th\u1ec3 ch\u00e8n th\u00eam v\u00e0o Dashboard b\u1ea5t c\u1ee9 ch\u1ee9c n\u0103ng n\u00e0o m\u00e0 b\u1ea1n mu\u1ed1n. Trong b\u00e0i vi\u1ebft n\u00e0y [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[143],"tags":[],"class_list":["post-4238","post","type-post","status-publish","format-standard","hentry","category-thu-thuat-wordpress"],"views":471,"_links":{"self":[{"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/posts\/4238","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/comments?post=4238"}],"version-history":[{"count":0,"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/posts\/4238\/revisions"}],"wp:attachment":[{"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/media?parent=4238"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/categories?post=4238"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/tags?post=4238"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}