{"id":55172,"date":"2024-06-18T20:46:19","date_gmt":"2024-06-18T18:46:19","guid":{"rendered":"https:\/\/samuelchopard.ch\/wiki\/?p=55172"},"modified":"2024-06-18T20:48:28","modified_gmt":"2024-06-18T18:48:28","slug":"set-the-maximum-number-of-words-in-a-post-excerpt","status":"publish","type":"post","link":"https:\/\/samuelchopard.ch\/wiki\/library\/set-the-maximum-number-of-words-in-a-post-excerpt\/","title":{"rendered":"Set the maximum number of words in a post excerpt"},"content":{"rendered":"<p><!--more--><br \/>\nAdd this code in <em>functions.php (replace &#8220;20&#8221; with the desired number of words)<\/em>:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"php\">\/* Set the maximum number of words in a post excerpt *\/\r\nfunction mytheme_custom_excerpt_length( $length ) {\r\nreturn 20;\r\n}\r\nadd_filter( 'excerpt_length', 'mytheme_custom_excerpt_length', 999 );<\/pre>\n<p>Source: <a target=\"_blank\" href=\"https:\/\/developer.wordpress.org\/reference\/hooks\/excerpt_length\/\">https:\/\/developer.wordpress.org\/reference\/hooks\/excerpt_length\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"Add this code in functions.php (replace \"20\" with the desired number of words): \/* Set the maximum number of words [...]","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[405,222],"class_list":["post-55172","post","type-post","status-publish","format-standard","hentry","category-wordpress","tag-excerpt","tag-post"],"_links":{"self":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/55172","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/comments?post=55172"}],"version-history":[{"count":4,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/55172\/revisions"}],"predecessor-version":[{"id":55177,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/55172\/revisions\/55177"}],"wp:attachment":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/media?parent=55172"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/categories?post=55172"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/tags?post=55172"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}