{"id":54994,"date":"2020-01-25T14:29:13","date_gmt":"2020-01-25T13:29:13","guid":{"rendered":"https:\/\/samuelchopard.ch\/wiki\/?p=54994"},"modified":"2020-01-25T14:29:13","modified_gmt":"2020-01-25T13:29:13","slug":"add-text-below-products-in-shop-page","status":"publish","type":"post","link":"https:\/\/samuelchopard.ch\/wiki\/library\/add-text-below-products-in-shop-page\/","title":{"rendered":"Add text below products in shop page"},"content":{"rendered":"<p><!--more--><br \/>\nPaste the following code in functions.php:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"php\">\r\n\/* Add text under products in shop *\/\r\nadd_action( 'woocommerce_after_main_content', 'my_text', 5 );\r\nfunction my_text() {\r\n  if( is_shop() ) {\r\n    print '<h5 style=\"text-align:center\">Your text here<\/h5>';\r\n  }\r\n}<\/pre>\n<p>Edit text (in &#8220;print&#8221;) as needed.<\/p>\n<p>Source: <a target=\"_blank\" href=\"https:\/\/wordpress.org\/support\/topic\/add-text-to-shop-page\/\">https:\/\/wordpress.org\/support\/topic\/add-text-to-shop-page\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"Paste the following code in functions.php: \/* Add text under products in shop *\/ add_action( 'woocommerce_after_main_content', 'my_text', 5 ); function [...]","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[267,290,327],"class_list":["post-54994","post","type-post","status-publish","format-standard","hentry","category-woocommerce","tag-shop","tag-text","tag-woocommerce"],"_links":{"self":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54994","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=54994"}],"version-history":[{"count":1,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54994\/revisions"}],"predecessor-version":[{"id":54995,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54994\/revisions\/54995"}],"wp:attachment":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/media?parent=54994"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/categories?post=54994"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/tags?post=54994"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}