Remove Portfolio Metadata from showing on the site
-
Hi there!
I am using PERENNIAL theme, and would like to…
1) Remove metadate from everything related to portfolio projects (titles, tags)
Sample page where titles are shown:
a) Page and post containing portfolio projects:
https://gexviajes.com/viajes-futuros/b) Single portfolio project page:
https://gexviajes.com/portfolio/exp-2/1) Also, I need to remove the portfolio page title (“projects”) located at the top, “projectos” in my sample page / or eventually being able to customize the title.
https://gexviajes.com/portfolio/Many thanks!
RRThe blog I need help with is: (visible only to logged in users)
-
-
1) Remove metadate from everything related to portfolio projects (titles, tags)
Sample page where titles are shown:
a) Page and post containing portfolio projects:
https://gexviajes.com/viajes-futuros/You can remove some of those elements via your shortcode – for example, you currently have
display_types=true… if you set that to false instead, your portfolio project types won’t display.
Or you could use some CSS to hide the titles and types:
.portfolio-entry-title, .portfolio-entry-meta { display: none; }b) Single portfolio project page:
https://gexviajes.com/portfolio/exp-2/Could you let me know what specific elements you’d like to hide on this page? I’m having trouble finding any portfolio metadata there. If you’d like to remove the title there, you can add:
.single-jetpack-portfolio .entry-title { display: none; }1) Also, I need to remove the portfolio page title (“projects”) located at the top, “projectos” in my sample page / or eventually being able to customize the title.
https://gexviajes.com/portfolio/This should take care of removing that:
.post-type-archive-jetpack-portfolio .page-header { display: none; } -
@kathrynwp thank so much
Codes working well ;)For b), I try to hide the following meta elements “PUBLICADO EN VIAJES FUTUROS” (“Posted in Future Travels”) on single project pages such as:
https://gexviajes.com/portfolio/exp-3/Thank you
Ralph -
oh oh
I dont know what is going on now, I cannot even see each project, it gives an error…
???https://geoexviajes.wordpress.com/portfolio/exp-1/
https://geoexviajes.wordpress.com/portfolio/india/thanks for your help
-
@kathrynwp hello! I’m back
Over the weekend, I changed the url of the site, and the already created portfolio projects could not be accessed online any longer…so I deleted all of them…
Ok, so now, I created a new sample project so you can probably see the metadata that appears just below its content on the following link… that is the metadata I want to hide on all single portfolio projects pages… many thanks!!!
https://geoexviajes.com/portfolio/exp-1/
RR
-
Hi Ralph, while I’m not actually seeing anything like “PUBLICADO EN VIAJES FUTUROS” (project type) being displayed (probably because you have all metadata options turned off via Content Options) this would hide it:
.jetpack-portfolio .entry-meta-footer { display: none; } -
@kathrynwp thank you so much, all resolved!
May I ask another question about the same site?
https://geoexviajes.com/I have the home page showing blog posts, but I would like to create a stand alone blog page as well, something like mysite.com/blog
When I try to create a page, there is no option to choose ‘blog type’
How do I go about creating one blog page?Thank you!
Ralph -
It’s only possible to have one blog page, but if you tell me a little more about why you’d like a second one, I might be able to suggest a workaround for you. Thanks!
-
@kathrynwp thank you, that’s ok then
I was just wondering when we want to send people to our blog (blog posts), we then send them to the home page of the site, correct?
Thanks
RR -
-
- The topic ‘Remove Portfolio Metadata from showing on the site’ is closed to new replies.