Show Category Posts
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 🙏
Replies (5)
-
May 2, 2020 at 12:20 pm
Hi,
When I press the category under the post it shows this:
Posted on: 26/04/2020
Posted by: thefellowartist@hotmail.com
Comments: 0Is it possible to show directly the posts that were posted under that category?
Thanks 🙏
-
May 4, 2020 at 3:48 am
Hi Raquel,
Did you mean to show all the full blog posts under the category?
Best Regards
-
May 4, 2020 at 6:21 am
Hi,
Yes, that’s what I mean.
-
May 5, 2020 at 2:20 am
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
-
May 5, 2020 at 1:11 pm
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: 0I would like it to not show at all if possible.
Thank you so much for all the help!
🙏Best regards
-
May 6, 2020 at 3:08 am
Hi Raquel,
Use the following CSS
.archive article .meta {
display: none;
}Paste it in Appearance -> Customize -> Additonal CSS
Best Regards