Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
So i have it setup now on the website under blog to show the listings as I want. I has the Category Archives: Blog on there that I want removed. I have searched the web and the files i need is not in the vantage file. I searched the knowledge base here and find that the fixes apply to if I have a page setup (which I do not) The menu is pulling right from the categories in word press. Could you assist me and tell me where I can remove that from the page.
Hi David
Thanks for reaching out. Editing the category strings unfortunately requires a child theme. If you have a bit of an understanding of how things work you can find the function in question in /inc/template-tags.php, it’s called: vantage_get_archive_title. You can then copy that entire function and paste it in functions.php in your child theme and edit from there.
The easiest method is to use CSS. Try the following at Appearance > Custom CSS:
Hope that helps.
Yes that worked perfect. ty
Super, glad we could help :) All the best.