Hi,
When I press the category under the post it shows this:
Posted on: 26/04/2020
Posted by: thefellowartist@hotmail.com
Comments: 0
Is it possible to show directly the posts that were posted under that category?
Thanks 🙏
Hi,
When I press the category under the post it shows this:
Posted on: 26/04/2020
Posted by: thefellowartist@hotmail.com
Comments: 0
Is it possible to show directly the posts that were posted under that category?
Thanks 🙏
Hi Raquel,
Did you mean to show all the full blog posts under the category?
Best Regards
Hi,
Yes, that’s what I mean.
Hi Raquel,
Please follow the steps below
1) First of all download the file from the link given below ie content-archive.php
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
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
Hi Raquel,
Use the following CSS
.archive article .meta {
display: none;
}
Paste it in Appearance -> Customize -> Additonal CSS
Best Regards