{"id":10260,"date":"2014-11-28T18:36:36","date_gmt":"2014-11-28T12:36:36","guid":{"rendered":"http:\/\/devstech.com\/?p=10260"},"modified":"2024-12-01T21:53:33","modified_gmt":"2024-12-01T15:53:33","slug":"customize-entry-header-meta-genesis","status":"publish","type":"post","link":"https:\/\/www.usefulblogging.com\/customize-entry-header-meta-genesis\/","title":{"rendered":"How to Customize Entry Header Meta in Genesis Child Theme?"},"content":{"rendered":"\n<p>Genesis Framework : In this short tutorial, you&#8217;ll learn about how to customize entry header Meta in Genesis child theme. The Genesis Framework empowers you to quickly and easily build incredible websites with WordPress. Whether you&#8217;re a novice or advanced developer, Genesis provides the secure and search-engine-optimized foundation that takes WordPress to places you never thought it could go. In Genesis powered websites you&#8217;ve to modify the child theme which is running on.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p>These code snippets will help you&nbsp;to&nbsp;Customize Entry Header Meta with the Genesis Framework.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Unless otherwise indicated, the code snippets you see below should be placed into your theme\u2019s functions.php file.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-customize-entry-header-meta-in-genesis\">Customize Entry Header Meta in Genesis<\/h2>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><strong>Below is the code to Customize the Entry Header Meta:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/* Do NOT include the opening php tag\n\/\/* Customize the entry meta in the entry header (requires HTML5 theme support)\nadd_filter( 'genesis_post_info', 'sp_post_info_filter' );\nfunction sp_post_info_filter($post_info) {\n$post_info = '&#91;post_date] by &#91;post_author_posts_link] &#91;post_comments] &#91;post_edit]';\nreturn $post_info;\n}<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h3>\n\n\n\n<p>I strongly recommended to take <strong>backup core files<\/strong> before customizing any Genesis Child Theme. Hope the above Genesis Tutorial was helpful and valued for you. Please don&#8217;t forget to share this with social friends and write a comment below if you need any assistance in customizing the look of your WordPress websites.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Genesis Framework : In this short tutorial, you&#8217;ll learn about how to customize entry header Meta in Genesis child theme. &#8230; <a title=\"How to Customize Entry Header Meta in Genesis Child Theme?\" class=\"read-more\" href=\"https:\/\/www.usefulblogging.com\/customize-entry-header-meta-genesis\/\" aria-label=\"Read more about How to Customize Entry Header Meta in Genesis Child Theme?\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":31108,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[568,835,122],"class_list":["post-10260","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-genesis-framework","tag-code-snippets","tag-entry-header-meta","tag-genesis","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-33","no-featured-image-padding"],"_links":{"self":[{"href":"https:\/\/www.usefulblogging.com\/wp-json\/wp\/v2\/posts\/10260","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.usefulblogging.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.usefulblogging.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.usefulblogging.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.usefulblogging.com\/wp-json\/wp\/v2\/comments?post=10260"}],"version-history":[{"count":0,"href":"https:\/\/www.usefulblogging.com\/wp-json\/wp\/v2\/posts\/10260\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.usefulblogging.com\/wp-json\/wp\/v2\/media\/31108"}],"wp:attachment":[{"href":"https:\/\/www.usefulblogging.com\/wp-json\/wp\/v2\/media?parent=10260"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.usefulblogging.com\/wp-json\/wp\/v2\/categories?post=10260"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.usefulblogging.com\/wp-json\/wp\/v2\/tags?post=10260"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}