
-
AuthorPosts
-
April 26, 2025 at 10:12 pm #1483242
Hallo Enfold-Team,
ich habe für den Blog Kategorien angelegt. Wenn ich eine daraus auswähle erscheint eine Übersichtsseite, die alle getaggten Artikel auflistet. Leider passt die Seite von der Optik her überhaupt nicht ins Design. Die Fotos fehlen, es ist kein Titelbild drin und die Seite sieht sehr technisch aus und unübersichtlich.
Kann man die gestalten und wenn ja, wie?
I’ve created categories for my blog. When I select one, an overview page appears that lists all tagged articles. Unfortunately, the page doesn’t fit the design at all. The photos are missing, there’s no cover image, and the page looks very technical and confusing.
Can I customize them, and if so, how?
Kind regards,
ConstanzeApril 28, 2025 at 6:34 am #1483271Hey agentur2c,
Thank you for the inquiry.
You can change the layout of the archive or category page by adjusting the Enfold > Blog Layout > Blog Styling and Blog Layout settings. Please check the screenshot below:
Best regards,
IsmaelApril 28, 2025 at 10:54 am #1483292Thank you Ismael,
your suggestion changes the whole Blotlayout – it looks better on the category-page, but the layout for the blogsite changes, too. Is there a possibilitiy, to keep my layout for the blogsiteand change only the site for the category? And is there a possibility anyway, to keep the picture on the top of the site for more reconnection?
Thank you!
Best regards,
ConstanzeApril 29, 2025 at 6:06 am #1483325Hi,
Thank you for the update.
Which blog layout did you choose? Instead of adjusting the blog layout settings, try to add this filter in the functions.php file to change the blog style or layout of the category pages.
add_filter('avf_blog_style','avf_blog_style_mod', 10, 2); function avf_blog_style_mod($layout, $context){ if($context == 'archive') $layout = 'blog-grid'; return $layout; }
This should set the category pages to a grid layout.
Best regards,
IsmaelApril 29, 2025 at 7:59 am #1483329Hi Ismael,
thank you, that worked out!!Regards,
ConstanzeApril 29, 2025 at 8:17 pm #1483349Hi,
Great, I’m glad that Ismael could help you out. We’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard -
AuthorPosts
- The topic ‘Ansicht der Kategorieseite im Blog’ is closed to new replies.