@tylerknowsnothing @davidmarsden There are multiple ways to do this, but this is probably the best. Open your custom them then create a template called i18n/en.json
(can do with other languages as well). Add this as the content:
{
"Archive": "Archive",
"Categories": "Categories",
"Full post list": "Full Post List",
"Recent replies": "Recent Replies",
"Replying to": "Replying to",
"Replying to post by": "Replying to post by",
"Read more": "Read More",
"Fresh off the press": "Fresh Off the Press",
"View all": "View All",
"Archive text": "You are viewing all posts from this category, beginning with the most recent.",
"Quick update": "Quick Update",
"Older": "Older",
"Newer": "Newer",
"Powered by": "Powered by",
"Designed by": "Designed by"
}
Do not delete anything, but you can modify the content on the right to say whatever you'd like.