Find out how to modify the text before tags and categories at the end of entries in Genesis Framework using code.
You can customize the words that introduce enter the tags and categories at the bottom of each post with a Genesis filter hook (genesis_post_meta
).
Snippet to change the text that appears before post tags and categories
Add this fragment at the end of the functions.php file:
To see this and another 919 code snippets of this website, login or subscribe here.
In this case, the text that will appear before each metadata will be “Categories” instead of “Archived in” and “Tags” instead of “Tagged with”.
In any case, I suggest you to replace these words with the ones that best fit the project you are working on.
Conclusions
Now you know how to customize the text that introduce the tags and categories found at the bottom of the entries in Genesis child themes.
Any questions? Let me know in the comments.
And if you want to give me any suggestion for future tutorials, leave it in the contact form. Advantages of being a subscriber. 😉