Jump to content

How to remove metadata when you have multiple blog pages

Recommended Posts

I have two blog pages (one for regular posts and one for work/portfolio. How do I remove metadata from appearing on the work/portofilo blog list and post, but not from the regular blog list and page?

I found this thread but I'm not sure how to choose a particular blog page when you have multiple: 

 

Link to comment
  • 2 weeks later...
17 minutes ago, Jhjowen said:

What code would you need to add to the style tag? 

Add to Home > Design > Custom CSS

/* Remove Date, Tags, Categories */
/* Home Page */
.homepage .entry-info {
   display: none;
}
/* Blog Page */
.view-list.collection-type-blog .entry-info {
   display: none;
}
/* Blog Posts */
.view-item.collection-type-blog .entry-info {
   display: none;
}

or wrap in <style> code paste here </style> and insert to Header Code Injection

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 1 year later...

Hi @tuanphan

I have a similar issue which the instructions above don't resolve. I have a blog where I want to display author, tags and categories (not date) and a podcast where I just want to display categories and tags (not author or date).

I have tried both injecting the code into the main header and specifying which categories to change display on as well as the code above in the Page Header Code Injection.

Can you please help? 🙂

 

Link to comment
On 6/10/2021 at 11:57 AM, Angella said:

Hi @tuanphan

I have a similar issue which the instructions above don't resolve. I have a blog where I want to display author, tags and categories (not date) and a podcast where I just want to display categories and tags (not author or date).

I have tried both injecting the code into the main header and specifying which categories to change display on as well as the code above in the Page Header Code Injection.

Can you please help? 🙂

 

Can you share link to both blog pages?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.