Adding custom posts into avada wordpress

I have installed and used a plugin called: Custom Post Type Maker. With this, I have created custom posts, in this case recipes. How do I now display these recipes or add them in like a custom post type with Avada? On my home page I would like to display them with similar settings to … Read more

WordPress custom thumbnail size

I’am trying to make custom thumbnail sizes in WordPress. Currently I have following code in functions.php And I’am trying to access this thumbnail in index.php with following code: However it will return full image instead of resized thumbnail, if I change featuredImageCropped to large or some other basic thumbnail size it will return it as … Read more

WordPress custom thumbnail size

I’am trying to make custom thumbnail sizes in WordPress. Currently I have following code in functions.php And I’am trying to access this thumbnail in index.php with following code: However it will return full image instead of resized thumbnail, if I change featuredImageCropped to large or some other basic thumbnail size it will return it as … Read more