Portfolio Changes
The topic ‘Portfolio Changes’ is closed to new replies.
Need help? Check out our Support site, then
I’m writing to see if their is a way to eliminate the section of the front page portfolio “Recent Projects” (I have mine titled to “Recent Podcasts) but keep the Recent Posts (mine is “Writings”). I’d also like to add content under that. Any suggestions?
p.s. I have the Custom Design upgrade
The blog I need help with is: superdudesonline.com
Hi there,
As I looked into this question, looks like you moved to self-hosting. Or perhaps it is for a different domain. I was looking here: http://www.superdudesonline.com/
For your WordPress.com site with the Custom Design upgrade you can use CSS to hide that section if you want:
.recent-portfolio-row {
display: none;
}
Let me know if you have any other questions.
Thanks,
Angela
The topic ‘Portfolio Changes’ is closed to new replies.