The code snippets in this tutorial enables you to adds tags to single pages. On top of this, the code adds a meta box to Edit Page screens
Entry Meta
This archive includes posts related to the entry meta in the entry header, sometimes referred to as the post info as well as the entry meta in the entry footer sometimes referred to as the post meta. The entry meta in the entry header includes links for the post author, comments and the post date. The entry meta in the entry footer includes links for the post tags and post categories. The code is guaranteed to work as shown in the demo images and videos. Installation of all code as well as support for PHP code is provided for members.
Remove Post Info & Entry Meta From Blog Page Template
This tutorial provides 2 solutions which remove the entry meta in the entry header ( Post Info ) & the entry meta in the entry footer from
Move Date Next to Post Title In Genesis
This code adds the date after the entry title on single posts & all archive page types. You can add a conditional tag if you only want the
Exclude Child Category Links From Entry Meta
This code enables you to exclude or include all/specific child/sub categories from the entry meta in the entry footer of Genesis child
Reposition Title After Category in Refined Pro
This code enables you to reposition the entry title and entry meta like this : Based on this question from a member of the Genesis
Unlink Comments Link On Archives In Genesis
The code in this tutorial unlinks the comment count which uses the get_comments_link() function inside the post_comments shortcode so it
Remove Post Info From Single Posts In All Categories Except 2
Here's the question ( and code ) from a member of the Genesis community: I'm trying to remove the post info from posts in all categories
Remove Date From Single Posts In Genesis
This question comes from a member of the Genesis community: Does anyone have a quick resource on how to remove the date from your blog
Reposition Post Categories Below Post Info In Entry Header
This tutorial provides the custom PHP code based on the following question from a member of wp sites : I want to display the post_meta
Remove or Modify Tagged With Text Before Post Tags In Genesis Post Tags Shortcode
This is a common question i see on the forums which is the reason for publishing this tutorial. There's at least 2 ways to remove or change
If Full Width Content Layout Reposition Post Info
This code enables you to reposition the post info before the entry title on single posts only when the full width layout is loaded in
Remove Link From Post Tags
This tutorial provides 2 different code snippets which enable you to remove the link for the post_tags while keeping the tagged
Add Link In Genesis Entry Meta
The 1st code snippet in this tutorial creates a new shortcode which enables you to add a link to the entry meta in the entry footer. In this
Remove Comment Link From Genesis Entry Meta In Entry Header
The code in the 1st solution removes the link from the comments shortcode in the entry meta of the entry header on all posts and
Remove Genesis Entry Footer Conditionally
This code enables you to use different conditional tags to remove the entry footer on specific pages. The following example removes the
Move Entry Footer Post Meta To Entry Header & Entry Header Post Info To Entry Footer
This code enables you to reposition the category & tag links in your entry footer to your entry header and move the comments, author and
Display Entry Meta on Single Posts Only
This code removes the entry meta in the entry header which is also referred to as the post info, from all archives so it only displays on
How To Reposition Post Info Entry Meta in Genesis Featured Posts Widget
The Genesis featured posts widget doesn't include any filters which enable you to modify the default code for the byline which is also
Add or Remove Post Author Link On Per Post Basis
This code creates a small meta box in the right hand sidebar of every single post edit screen. The checkbox enables you to display or hide
How To Change The Date Format in Genesis
There's 2 ways to change the date format in Genesis which uses the WordPress date format to display the date the post was published. To