Layout error

Hey guys!
whats up!

I have inserted a plugin that allows to assign categories to pages as well.

I have created a new section of vegan recipe I will create a page for each recipe and categorize as recipe and for example soups or desserts… etc.

I have only 2 for the moment.

But I have an issue with the layout in the category vegan recipe.

https://www.boundlessroads.com/vegan-recipes/

could you please have a look ?
I would really appreciate your help.

thanks a lot
isabella

here is a screen shot of the pages details

Hi @isa1978,

To fix this issue, please add the following CSS:

.archive .x-main .hentry.page {
    clear: both;
    float: left;
}

Hope

Hello there
thanks a lot.

I have realized though that in the pages it’s not possible to include an excerpt, therefore in the category page there is no excerpt, but just the title and it doesn’t look good. Is it not possible to add?

thanks a lot
cheers

Hello Isabella,

Pages are usually used as the landing page, where the post is for blog articles and that’s what separates them. And the theme will adhere to the default standard provided by Wordpress.

It still doable, but again, would require customization. Example,

https://www.wpbeginner.com/plugins/add-excerpts-to-your-pages-in-wordpress/3 (for adding excerpt support for Pages).
https://www.wpbeginner.com/beginners-guide/how-to-add-featured-image-or-post-thumbnails-in-wordpress/1 ( for adding featured image support for Pages)

Wordpress made it that way, else, there should be no pages as they will have the same features.

Hope this helps. Kindly let us know.

1 Like

Hello rue
thank you so much!
ok I understand. I have resolved it with a post type plug in, which is not working now, though.
But I will figure out.
thanks a lot
cheers
Isabella

You are most welcome. :slight_smile:

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.