Home Forums Themes Support Claue Problem with blog post number and layout

Viewing 3 reply threads
  • Author
    Posts
    • #3233

      Hello I have this problem(photo).

      The blog is genereating 7 posts in one page, then 4 posts in second page and finishes with other 4 in the end page. This is not consistent, I want to generate equaly, for example, 6 posts per page, with good layout.

      Is there a way to fix it not waiting the theme update?

      Thank you!

      Attachments:
      You must be logged in to view attached files.
    • #3238

      Hi,

      Thank you for purchase!

      You can change number of post on page by go to Dashboard > Settings > Reading > Blog pages show at most and type number you want

      https://monosnap.com/file/DSlH8D44kZhU2wzHwvVzpJKKQFUufr#

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #3248

      The problem you have is that you show the_content not the the_excerpt in post feed. How it is best to change it in child theme?

      copy views->post->content-layout.php file to what location in child theme childtheme->views->posts->file.php or just childtheme->file.php?

      Also when there is 4 posts on masonry layout the layout looks not nice.

      Attachments:
      You must be logged in to view attached files.
    • #3256

      Hi,

      1. Yes, it is right way

      2. You can change the layout to 2 columns on Claue Options / Blogs / Columns

      If you want to keep 3 columns, you can adjust the width of content with this custom CSS code
      .blog #jas-content > .jas-container { max-width: 1600px; }

      – Foster

Viewing 3 reply threads

You must be logged in to reply to this topic.