
{"id":5931,"date":"2017-01-14T14:06:07","date_gmt":"2017-01-14T14:06:07","guid":{"rendered":"http:\/\/tapchicntt.com\/?p=5931"},"modified":"2025-04-15T11:38:32","modified_gmt":"2025-04-15T04:38:32","slug":"wordpress-huong-dan-lay-bai-viet-ngau-nhien-trong-wordpress","status":"publish","type":"post","link":"https:\/\/tapchicntt.com\/wordpress-huong-dan-lay-bai-viet-ngau-nhien-trong-wordpress\/","title":{"rendered":"[WordPress] H\u01b0\u1edbng d\u1eabn l\u1ea5y b\u00e0i vi\u1ebft ng\u1eabu nhi\u00ean trong WordPress"},"content":{"rendered":"\n<p>\u0110\u1ec3 l\u1ea5y m\u1ed9t b\u00e0i vi\u1ebft ng\u1eabu nhi\u00ean, b\u1ea1n c\u00f3 th\u1ec3 s\u1eed d\u1ee5ng nhi\u1ec1u ph\u01b0\u01a1ng ph\u00e1p kh\u00e1c nhau t\u00f9y thu\u1ed9c v\u00e0o ngu\u1ed3n b\u00e0i vi\u1ebft m\u00e0 b\u1ea1n \u0111ang mu\u1ed1n l\u1ea5y. D\u01b0\u1edbi \u0111\u00e2y l\u00e0 m\u1ed9t s\u1ed1 h\u01b0\u1edbng d\u1eabn ph\u1ed5 bi\u1ebfn:<\/p>\n\n\n\n<p>\u0110i\u1ec1u \u0111\u1ea7u ti\u00ean b\u1ea1n ch\u00e8n \u0111o\u1ea1n code sau v\u00e0o file <code>functions.php<\/code> c\u1ee7a theme b\u1ea1n \u0111ang s\u1eed d\u1ee5ng.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; title: ; notranslate\" title=\"\">\nfunction tccntt_rand_posts() {\n    $args = array(\n        &#039;post_type&#039; =&gt; &#039;post&#039;,\n            &#039;orderby&#039; =&gt; &#039;rand&#039;,\n                &#039;posts_per_page&#039; =&gt; 5,\n        );\n\n    $the_query = new WP_Query($args);\n\n    if ($the_query-&gt;have_posts() ) {\n        $string.= &#039;&lt;ul&gt;&#039;;\n        while ($the_query-&gt;have_posts() ) {\n            $the_query-&gt;the_post();\n            $string.= &#039;&lt;li&gt;&lt;a href=&quot;&#039;.get_permalink().&#039;&quot;&gt;&#039;.get_the_title().&#039;&lt;\/a&gt;&lt;\/li&gt;&#039;;\n        }\n        $string.= &#039;&lt;\/ul&gt;&#039;;\n        \/* Restore original Post Data *\/\n        wp_reset_postdata();\n    } else {\n        $string.= &#039;no posts found&#039;;\n    }\n    return $string;\n} \n<\/pre><\/div>\n\n\n<p>b\u1ea1n ch\u1ec9 c\u1ea9n ch\u00e8n \u0111o\u1ea1n code sau v\u00e0o v\u1ecb tr\u00ed mu\u1ed1n hi\u1ec3n th\u1ecb:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; title: ; notranslate\" title=\"\">\n&lt;?php echo tccntt_rand_posts(); ?&gt;\n<\/pre><\/div>\n\n\n<p>Ch\u00fac c\u00e1c b\u1ea1n th\u00e0nh c\u00f4ng!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u0110\u1ec3 l\u1ea5y m\u1ed9t b\u00e0i vi\u1ebft ng\u1eabu nhi\u00ean, b\u1ea1n c\u00f3 th\u1ec3 s\u1eed d\u1ee5ng nhi\u1ec1u ph\u01b0\u01a1ng ph\u00e1p kh\u00e1c nhau t\u00f9y thu\u1ed9c v\u00e0o [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":6979,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[143],"tags":[],"class_list":["post-5931","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-thu-thuat-wordpress"],"views":528,"_links":{"self":[{"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/posts\/5931","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=5931"}],"version-history":[{"count":3,"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/posts\/5931\/revisions"}],"predecessor-version":[{"id":9706,"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/posts\/5931\/revisions\/9706"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/media\/6979"}],"wp:attachment":[{"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/media?parent=5931"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/categories?post=5931"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tapchicntt.com\/rest-api\/wp\/v2\/tags?post=5931"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}