Show Category Posts

R Started by Raquel · May 2, 2020 at 12:20 pm · 5 replies 0 voices Last reply 6 years, 1 month ago
ST
Spiracle Themes Original poster
#4

Hi Raquel,

Please follow the steps below

1) First of all download the file from the link given below ie content-archive.php

DOWNLOAD FILE

2) Next, go to wp-content/themes/purea-magazine/template-parts/post/ and replace the file with the above file.
3) Add the following CSS to adjust the styles

.archive article .meta {
background: none;
}

.archive article .meta span {
display: inline;
}

.archive article {
width: 100%;
}

4) Check your site for changes.

Let us know if you have any questions

Best Regards

R
Raquel Original poster
#5

Hi,

Awesome! When I press the category it goes straight to the full blog posts under that category wich is what I wanted, but the following text still shows:

Posted on: 26/04/2020
Posted by: thefellowartist@hotmail.com
Comments: 0

I would like it to not show at all if possible.

Thank you so much for all the help!
🙏

Best regards

ST
Spiracle Themes Original poster
#6

Hi Raquel,

Use the following CSS

.archive article .meta {
display: none;
}

Paste it in Appearance -> Customize -> Additonal CSS

Best Regards

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Show Category Posts

By posting, your reply becomes public (unless marked private).