Tagged: Portfolio
1) How, or with what code, can I remove the text below the portfolio items?
I use portfolio on many sites, but not always have this issue. Can’t see the difference between the settings in all the sites.
2) And can I change in the url ‘portfolio-item’ into a other name? I would like to calle the page ‘archief’
Best regards,
Els
Hey Els,
Add this to quick css:
article .grid-content{
display:none!important;
}
Can you explain the second request more?
Best regards,
Jordan Shannon
Thank you Jordan,
This was not exactly the code I needed, but I now got it from the Facebookforum:
.single-portfolio #jp-relatedposts {display: none !important;}
So this is solved.
The other item what I would have liked to be able to change is that in the url https://hoofdkantoor.com/portfolio-item/bezoekers/ I would like to change the text which is bold, into an other text. Is this possible?
Best regards,
Els
Hi,
You can change the general setting in the WordPress Settings>Permalinks. That is where the theme by default has portfolio-item set. Just make sure you follow the WordPress rules on page slugs and that there are no conflicts with the slug you set and any other slug on the site.
Best regards,
Jordan Shannon
Thanks Jordan, I’m going to try to fix this. I know how to change the permalinks, so this should not be a problem.
Best Regards,
Els
ps YES! it’s fixed, thank you again
Hi,
Great! I’m glad this was resolved! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon