Newer versions of the Genesis Framework make it easy to edit the entry meta information for posts and the footer text directly in the theme settings.
- Genesis 3.1+ includes the option to edit the footer text at Appearance > Customize > Theme Settings > Footer.
- Genesis 3.2+ includes the option to edit the entry meta information at Appearance > Customize > Theme Settings > Singular Content.
Please note that some themes may disable the settings mentioned here. If you don’t see the Singular Content or Footer options in Appearance > Customize > Theme Settings, check your child theme’s functions.php file for a code snippet that you can edit instead.
Also, if you’re using an older version of Genesis, or if you need to replace the whole footer, including the HTML markup (instead of just editing the paragraph text), you will need to add a code snippet to your child theme’s functions.php file (see below for details).
Edit the Entry Meta (above and below content)
Entry meta data helps your readers learn more about the post they are viewing. For example, the entry meta might include the following:
- post author
- publish date
- comments link
- post categories
- etc.
And depending on which theme is active on your site, this information can be displayed in different locations. For example, the post author, publish date, and comments link are typically displayed above the post content, whereas the categories are typically displayed below the post content.
To edit the entry meta for your Genesis-powered website, go to Appearance > Customize > Theme Settings, as shown below.

Next, go to Singular Content to reveal the options.

Now you can customize the entry meta data that appears above and below the post content, as described below.

- Entry Meta (above content): By default, the post date, post author, post comments link, and the post edit link (which is only displayed to logged in content creators) are displayed above the content.
- Entry Meta (below content): By default, the post categories and post tags are displayed below the content.
You can include text, shortcodes, and HTML to create entry meta content that fits your needs.
See Post Shortcodes for a list of shortcodes that are commonly used in these areas.