Tagged: page title
Hi,
The page title tag is created in the function-set-avia-frontend.php file.
Is it possible to add something like “Photograph of…” as a Title prefix – but ONLY on the Product pages?
Thank you!
Hey BelIblis!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust
.term-photo .title_container .main-title:before { content: 'Photograph of '; }
If you would like to display this prefix only in product category called ‘photography’, you should change .term-photo to .term-photography and so on
Cheers!
Yigit
Thanks Yigit,
(Sorry for the late thank you :)
I actually found a free SEO tool (WordPress SEO) which does exactly what I need ;)