I have been able to hide the category from the meta line so that when you visit the blog page, the meta now reads:
{author} / {published date}
I would like change this to use a different separator:
{author} - {published date}
Is this possible?
I have been able to hide the category from the meta line so that when you visit the blog page, the meta now reads:
{author} / {published date}
I would like change this to use a different separator:
{author} - {published date}
Is this possible?
Hello @untypical,
Thanks for writing in! What stack are you using? You may need to use a child theme and custom code to make the desired change. Please send us the URL of your blog page.
Thanks.
Hello @ruenel - thanks for your reply.
I am using Renew.
I have a child theme in place already.
The URL is www.changechange.au/blog
Thank you
Hello @untypical,
I have checked your site. By default, in the stack styles, this is the built-in CSS:
.p-meta>span:after {
content: "/";
}
You can modify the code and change it to your desired outcome. You can then add the custom CSS to the Theme Options Global CSS or in your child theme’s style.css file.
Kindly let us know how it goes.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.