Front page: Can I replace "Portfolios" with another word?
- The topic ‘Front page: Can I replace "Portfolios" with another word?’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
I have chosen to display portfolios on the front page of my website. The word “Portfolios” is displayed as a header in this section. Is it possible to replace it with another word?
The site I need help with is hildehagelin.com.
Thank you for your help!
Hilde:)
The blog I need help with is: (visible only to logged in users)
Hi Hilde!
Are you thinking you want the word in your own language? You can translate the strings in here.
http://translate.wordpress.com/projects/wpcom/themes/mina-olen
Let me know if you need more help.
Hi Sami,
Thank you for your reply. I would like to replace “Portfolio” with a different word altogether. Is that possible?
Thanks,
Hilde
Sorry that’s not possible in WordPress.com (other than translating). Only way I see it possible is that I provide some kind of setting in the Customizer.
Oh, ok. Too bad!
Hilde
How about removing the word “Portfolio” – is that possible?
Hilde
You can hide it with CSS like this.
#mina-olen-latest-title-jetpack-portfolio {
display: none;
}
Great! Thanks Sami!
You’re welcome!