Show Category Posts

This topic is empty.

Viewing 5 reply threads
  • Author
    Posts
    • #2034


      Raquel
      Guest

      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 🙏

    • #2037


      Spiracle Themes
      Guest

      Hi Raquel,

      Did you mean to show all the full blog posts under the category?

      Best Regards

    • #2039


      Raquel
      Guest

      Hi,

      Yes, that’s what I mean.

    • #2040


      Spiracle Themes
      Guest

      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

    • #2042


      Raquel
      Guest

      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

    • #2044


      Spiracle Themes
      Guest

      Hi Raquel,

      Use the following CSS

      .archive article .meta {
      display: none;
      }

      Paste it in Appearance -> Customize -> Additonal CSS

      Best Regards

Viewing 5 reply threads

Reply To: Show Category Posts

Your information:




Cancel