Saturday, July 27, 2024
Google search engine
HomeBuild WebsiteMake a Blog using GeneratePress

Make a Blog using GeneratePress

You can make a professional blog using GeneratePress free theme. GeneratePress is one of the best WordPress theme, used by millions of bloggers to create light-weight, Responsive, and SEO-friendly website.

Creating a blog can be a daunting task, especially if you are new to the world of web design and development.

However, there are many powerful tools and resources available to help make the process easier. One such tool is GeneratePress, a lightweight and customizable WordPress theme that is perfect for creating a blog.The video tutorial below will help you to make the blog using GeneratePress free version.

Choose a Domain Name and Hosting Provider

The first step in creating a blog is to choose a domain name and hosting provider. Your domain name is the unique address that people will use to access your blog, while your hosting provider is the company that will store and serve your website’s files.

There are many domain name and hosting providers to choose from, but we recommend using a provider that offers a one-click WordPress installation. This will make it easy to get started with GeneratePress.

Recommended Hosting

Hostinger Hosting

Hostinger Coupon Code – YOURTECHNICAL

YouTube Video Tutorial

Install WordPress

Once you have chosen a domain name and hosting provider, you can install WordPress on your site. This is usually done through a one-click installation process, which can be accessed through your hosting provider’s control panel.

Install GeneratePress Theme

After installing WordPress, you can then install the GeneratePress theme.

Required Theme

GeneratePress Free Theme

Simply Install and then Activate the theme.

Required Plugins

When it comes to creating a blog using GeneratePress, there are a few plugins that are essential to ensure the smooth running and functionality of your website.

Code Snippets

Recent Posts Widget With Thumbnails

WPForms Lite

By installing these plugins, you can add essential functionality to your GeneratePress-based blog, making it more powerful, engaging and secure for your visitors. It’s important to note that, it’s always a good practice to use only the necessary plugins and keep them updated to avoid any conflict or performance issues.

Custom CSS Code

.widget-area .widget .recent-posts-widget-with-thumbnails {
    padding: 0px;
}
.comments-area,
.home-grid,
.archive .page-header,
.category .page-header,
.search .page-header,
.blog .inside-article,
.page .inside-article,
.single .inside-article,
.category .inside-article,
.tag .inside-article,
.search .inside-article,
#left-sidebar .widget_block,
#right-sidebar .widget_block {
	border: 1px solid var(--border);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
header.site-header {
	box-shadow: 0 4px 25px 0 #0747a01a;
}
header .inside-header {
  padding: 15px 40px !important;
}
.read-more {
	display: block;
  padding-top: 15px;
}
.blog footer.entry-meta .cat-links,
.category footer.entry-meta .cat-links,
.search footer.entry-meta .cat-links,
.tag footer.entry-meta .cat-links {
	display: none;
}
.blog footer.entry-meta .tags-links,
.category footer.entry-meta .tags-links,
.search footer.entry-meta .tags-links,
.tag footer.entry-meta .tags-links {
	display: none;
}
.blog footer.entry-meta .comments-link,
.category footer.entry-meta .comments-link,
.search footer.entry-meta .comments-link,
.tag footer.entry-meta .comments-link {
	display: none;
}
.single-featured-image {
	padding-top: 25px;
}
.blog .inside-article,
.category .inside-article,
.search .inside-article,
.tag .inside-article {
	padding-bottom: 10px;
}
ul.wp-block-categories li,
ul.wp-block-archives li {
	list-style-type: none;
	margin-left: 0px;
	border-bottom: 1px dotted var(--border);
}
ul.wp-block-categories li a,
ul.wp-block-archives li a {
	display: inline-block;
	width: 80%;
	float: none;
	text-decoration: none;
	padding-bottom: 13px;
	margin-bottom: 13px;
}
.wp-block-tag-cloud a {
	font-size: 14px !important;
	text-decoration: none;
	border: 1px solid var(--border);
	padding: 5px 12px;
	margin-bottom: 10px;
}
#left-sidebar .widget-title::before,
#right-sidebar .widget-title::before,
.section-title::before {
	content: "//";
  margin-right: 5px;
}
.search.widget-title .wp-block-search__inside-wrapper {
	margin-top: 20px;
}
.rpwwt-widget .rpwwt-post-date {
	font-size: 14px;
  padding-bottom: 15px;
}
.home-grid a {
	text-decoration: none;
}
hr.home-page-separator {
	margin-top: -10px;
	border-width: 0px;
	background-color: var(--border);
}

PHP Code Snippets

GeneratePress Copyright Text

add_filter( 'generate_copyright','rajdeep_gp_custom_copyright' );
if (!function_exists('rajdeep_gp_custom_copyright')) {
	function rajdeep_gp_custom_copyright() {
		$year = date("Y");
		?>
		© <?php echo $year ?> WordPress Site Development• All Rights Reserved!
		<?php
	}
}

Home Page Gutenberg Blocks (GenerateBlocks)

1. Banner (Displays Featured Post)

<!-- wp:generateblocks/container {"uniqueId":"fcb71e2a","backgroundColor":"var(\u002d\u002dbase)","isDynamic":true,"blockVersion":3,"sizing":{"width":"","maxWidth":""}} -->
<!-- wp:generateblocks/container {"uniqueId":"657bc838","backgroundColor":"var(\u002d\u002dbase)","isDynamic":true,"blockVersion":3,"sizing":{"maxWidth":"1200px"},"marginTop":"0","marginRight":"auto","marginBottom":"0","marginLeft":"auto"} -->
<!-- wp:generateblocks/query-loop {"uniqueId":"647966ab","query":{"post_type":"post","per_page":"1"}} -->
<!-- wp:generateblocks/grid {"uniqueId":"864421e0","columns":1,"horizontalGap":20,"verticalGap":20,"isDynamic":true,"blockVersion":3,"isQueryLoop":true,"lock":{"remove":true}} -->
<!-- wp:generateblocks/container {"uniqueId":"ccacf2a0","isGrid":true,"isQueryLoopItem":true,"gridId":"864421e0","isDynamic":true,"blockVersion":3,"display":"block","flexDirection":"row","sizing":{"width":"100%","widthMobile":"100%"},"paddingTop":"20","paddingRight":"20","paddingBottom":"20","paddingLeft":"20","lock":{"remove":true,"move":true}} -->
<!-- wp:generateblocks/grid {"uniqueId":"16b69590","columns":2,"horizontalGap":20,"verticalGap":20,"verticalAlignment":"center","isDynamic":true,"blockVersion":3} -->
<!-- wp:generateblocks/container {"uniqueId":"a865d1e3","isGrid":true,"gridId":"16b69590","isDynamic":true,"blockVersion":3,"display":"block","flexDirection":"column","sizing":{"width":"50%","widthMobile":"100%"}} -->
<!-- wp:generateblocks/headline {"uniqueId":"5bc1b900","element":"h3","blockVersion":2,"display":"inline-block","fontWeight":"500","textTransform":"uppercase","fontSize":15,"letterSpacing":0.05,"paddingTop":"10","paddingRight":"10","paddingBottom":"10","paddingLeft":"10","paddingSyncUnits":true,"borderRadiusTopRight":"5","borderRadiusBottomRight":"5","borderRadiusBottomLeft":"5","borderRadiusTopLeft":"5","backgroundColor":"var(\u002d\u002dborder)","textColor":"var(\u002d\u002dcontrast)","linkColor":"","linkColorHover":"","borderColor":"var(\u002d\u002dcontrast)"} -->
<h3 class="gb-headline gb-headline-5bc1b900 gb-headline-text">Featured</h3>
<!-- /wp:generateblocks/headline -->

<!-- wp:generateblocks/headline {"uniqueId":"43ce9ba8","blockVersion":2,"fontSize":30,"marginBottom":"5","useDynamicData":true,"dynamicContentType":"post-title","dynamicLinkType":"single-post"} -->
<h2 class="gb-headline gb-headline-43ce9ba8 gb-headline-text"></h2>
<!-- /wp:generateblocks/headline -->

<!-- wp:generateblocks/headline {"uniqueId":"c4764ae4","element":"p","blockVersion":2,"fontSize":14,"marginBottom":"30","useDynamicData":true,"dynamicContentType":"post-date"} -->
<p class="gb-headline gb-headline-c4764ae4 gb-headline-text"></p>
<!-- /wp:generateblocks/headline -->

<!-- wp:generateblocks/headline {"uniqueId":"5c229f9d","element":"div","blockVersion":2,"display":"block","backgroundColor":"","textColor":"","useDynamicData":true,"dynamicContentType":"post-excerpt","useDefaultMoreLink":false,"excerptLength":30} -->
<div class="gb-headline gb-headline-5c229f9d gb-headline-text"></div>
<!-- /wp:generateblocks/headline -->

<!-- wp:generateblocks/button {"uniqueId":"444a99c9","hasUrl":false,"blockVersion":3,"display":"inline-flex","alignItems":"center","fontWeight":"normal","fontSize":18,"marginTop":"25","paddingTop":"5","paddingRight":"30","paddingBottom":"5","paddingLeft":"30","backgroundColor":"var(\u002d\u002daccent)","backgroundColorHover":"var(\u002d\u002daccent)","textColor":"var(\u002d\u002dbase-3)","textColorHover":"var(\u002d\u002dbase-3)","borderColorHover":"var(\u002d\u002dcontrast)","gradient":true,"gradientDirection":164,"gradientColorOne":"rgba(255, 255, 255, 0.1)","gradientColorTwo":"rgba(0, 0, 0, 0.41)","iconSize":1.5,"useDynamicData":true,"dynamicLinkType":"single-post"} -->
<span class="gb-button gb-button-444a99c9 gb-button-text">Read More</span>
<!-- /wp:generateblocks/button -->
<!-- /wp:generateblocks/container -->

<!-- wp:generateblocks/container {"uniqueId":"9d5d6345","isGrid":true,"gridId":"16b69590","isDynamic":true,"blockVersion":3,"display":"block","flexDirection":"column","sizing":{"width":"50%","widthMobile":"100%"}} -->
<!-- wp:generateblocks/image {"uniqueId":"dde084dc","sizeSlug":"full","marginBottom":"30","borderRadiusTopRight":"30","borderRadiusBottomRight":"30","borderRadiusBottomLeft":"30","borderRadiusTopLeft":"30","useDynamicData":true,"dynamicContentType":"featured-image"} /-->
<!-- /wp:generateblocks/container -->
<!-- /wp:generateblocks/grid -->
<!-- /wp:generateblocks/container -->
<!-- /wp:generateblocks/grid -->
<!-- /wp:generateblocks/query-loop -->
<!-- /wp:generateblocks/container -->
<!-- /wp:generateblocks/container -->

2. Display Latest Post

<!-- wp:generateblocks/container {"uniqueId":"99a30a7f","width":50,"isDynamic":true,"blockVersion":3,"flexDirection":"column","sizing":{"height":"","maxWidth":"1200px","width":"","widthTablet":""},"alignment":"left","marginTop":"40","marginRight":"auto","marginBottom":"0","marginLeft":"auto","paddingTop":"20","paddingRight":"20","paddingBottom":"20","paddingLeft":"20","paddingTopMobile":"20","paddingRightMobile":"20","paddingBottomMobile":"20","paddingLeftMobile":"20","paddingSyncUnits":true} -->
<!-- wp:generateblocks/grid {"uniqueId":"09d84326","columns":2,"isDynamic":true,"blockVersion":3} -->
<!-- wp:generateblocks/container {"uniqueId":"3265262f","isGrid":true,"gridId":"09d84326","isDynamic":true,"blockVersion":3,"sizing":{"width":"75%","widthMobile":"100%"}} -->
<!-- wp:generateblocks/headline {"uniqueId":"c8601859","element":"h3","blockVersion":2,"display":"flex","alignItems":"center","justifyContent":"flex-start","textTransform":"uppercase","alignment":"center","fontSize":22,"letterSpacing":0.02,"backgroundColor":"","textColor":"","linkColor":"","linkColorHover":"","borderColor":"","highlightTextColor":"","iconColor":"","className":"section-title"} -->
<h3 class="gb-headline gb-headline-c8601859 gb-headline-text section-title"><strong>Latest from Blog</strong></h3>
<!-- /wp:generateblocks/headline -->
<!-- /wp:generateblocks/container -->

<!-- wp:generateblocks/container {"uniqueId":"1df36ddf","isGrid":true,"gridId":"09d84326","isDynamic":true,"blockVersion":3,"sizing":{"width":"25%","widthMobile":"100%"},"alignment":"right"} -->
<!-- wp:generateblocks/button {"uniqueId":"d8180dbd","hasUrl":true,"blockVersion":3,"display":"inline-flex","alignItems":"center","justifyContent":"flex-end","textTransform":"uppercase","letterSpacing":0.05,"paddingTop":"7","paddingRight":"20","paddingBottom":"7","paddingLeft":"20","backgroundColor":"#0366d6","backgroundColorHover":"#222222","textColor":"#ffffff","textColorHover":"#ffffff","gradient":true,"gradientDirection":90,"gradientColorOne":"rgba(255, 255, 255, 0.1)","gradientColorTwo":"rgba(0, 0, 0, 0.30)","hasIcon":true,"iconLocation":"right","iconPaddingRight":"","iconPaddingLeft":"0.5","iconSize":0.9} -->
<a class="gb-button gb-button-d8180dbd" href="#"><span class="gb-button-text">View All</span><span class="gb-icon"><svg viewBox="0 0 509 511.54" clip-rule="evenodd" fill-rule="evenodd" image-rendering="optimizeQuality" text-rendering="geometricPrecision" shape-rendering="geometricPrecision" xmlns="http://www.w3.org/2000/svg"><path d="M447.19 347.03c0-17.06 13.85-30.91 30.91-30.91 17.05 0 30.9 13.85 30.9 30.91v87.82c0 21.08-8.63 40.29-22.51 54.18-13.88 13.88-33.09 22.51-54.18 22.51H76.69c-21.09 0-40.3-8.63-54.18-22.51C8.63 475.14 0 455.93 0 434.85V76.69c0-21.09 8.63-40.3 22.51-54.18C36.39 8.63 55.6 0 76.69 0h86.98c17.06 0 30.9 13.85 30.9 30.9 0 17.06-13.84 30.91-30.9 30.91H76.69c-4.07 0-7.82 1.69-10.51 4.37-2.68 2.69-4.37 6.44-4.37 10.51v358.16c0 4.06 1.69 7.82 4.37 10.5 2.69 2.68 6.44 4.38 10.51 4.38h355.62c4.07 0 7.82-1.7 10.51-4.38 2.68-2.68 4.37-6.44 4.37-10.5v-87.82zm0-243.56L308.15 244.28c-11.91 12.12-31.45 12.28-43.56.37-12.11-11.91-12.28-31.45-.37-43.56L401.77 61.81H309.7c-17.06 0-30.9-13.85-30.9-30.91 0-17.05 13.84-30.9 30.9-30.9h168.4C495.15 0 509 13.85 509 30.9v165.04c0 17.06-13.85 30.9-30.9 30.9-17.06 0-30.91-13.84-30.91-30.9v-92.47z" fill-rule="nonzero"></path></svg></span></a>
<!-- /wp:generateblocks/button -->
<!-- /wp:generateblocks/container -->
<!-- /wp:generateblocks/grid -->

<!-- wp:separator {"className":"home-page-separator"} -->
<hr class="wp-block-separator has-alpha-channel-opacity home-page-separator"/>
<!-- /wp:separator -->

<!-- wp:paragraph {"align":"left"} -->
<p class="has-text-align-left">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc imperdiet rhoncus arcu non aliquet. Sed tempor mauris a purus porttitor, ac convallis arcu venenatis. Donec lorem erat, ornare in augue at, pharetra cursus mauris.</p>
<!-- /wp:paragraph -->

<!-- wp:generateblocks/query-loop {"uniqueId":"e476f638","query":{"post_type":"post","per_page":"6"}} -->
<!-- wp:generateblocks/grid {"uniqueId":"65c503d9","columns":1,"horizontalGap":20,"verticalGap":40,"isDynamic":true,"blockVersion":3,"isQueryLoop":true,"lock":{"remove":true}} -->
<!-- wp:generateblocks/container {"uniqueId":"3494c524","isGrid":true,"isQueryLoopItem":true,"gridId":"65c503d9","backgroundColor":"var(\u002d\u002dbase-3)","isDynamic":true,"blockVersion":3,"sizing":{"width":"33.33%","widthMobile":"100%","height":"100%","maxWidth":"","widthTablet":"50%"},"lock":{"remove":true,"move":true},"className":"home-grid"} -->
<!-- wp:generateblocks/container {"uniqueId":"f100e0fa","isDynamic":true,"blockVersion":3,"sizing":{"maxWidth":""},"useGlobalMaxWidth":true,"marginRight":"auto","marginLeft":"auto","paddingTop":"20","paddingRight":"20","paddingBottom":"0","paddingLeft":"20"} -->
<!-- wp:generateblocks/grid {"uniqueId":"8a35207c","columns":1,"isDynamic":true,"blockVersion":3,"useLegacyRowGap":true} -->
<!-- wp:generateblocks/container {"uniqueId":"6be80a2b","isGrid":true,"gridId":"8a35207c","isDynamic":true,"blockVersion":3,"useInnerContainer":true,"sizing":{"width":"100%","widthMobile":"100%"}} -->
<!-- wp:generateblocks/image {"uniqueId":"d32bf7bd","sizeSlug":"full","marginBottom":"30","useDynamicData":true,"dynamicContentType":"featured-image"} /-->

<!-- wp:generateblocks/headline {"uniqueId":"7ce81ddc","element":"h3","blockVersion":2,"fontSize":20,"lineHeight":24,"lineHeightUnit":"px","marginBottom":"5","backgroundColor":"","textColor":"","linkColor":"","linkColorHover":"","borderColor":"","highlightTextColor":"","iconColor":"","useDynamicData":true,"dynamicContentType":"post-title","dynamicLinkType":"single-post"} -->
<h3 class="gb-headline gb-headline-7ce81ddc gb-headline-text"></h3>
<!-- /wp:generateblocks/headline -->

<!-- wp:generateblocks/headline {"uniqueId":"aac028b2","element":"p","blockVersion":2,"fontSize":15,"marginBottom":"10","backgroundColor":"","textColor":"var(\u002d\u002dcontrast-2)","linkColor":"","linkColorHover":"","borderColor":"","highlightTextColor":"","iconColor":"","useDynamicData":true,"dynamicContentType":"post-date","useDefaultMoreLink":false,"excerptLength":15} -->
<p class="gb-headline gb-headline-aac028b2 gb-headline-text"></p>
<!-- /wp:generateblocks/headline -->

<!-- wp:generateblocks/headline {"uniqueId":"1dcd18d1","element":"p","blockVersion":2,"fontSize":15,"marginBottom":"30","backgroundColor":"","textColor":"","linkColor":"","linkColorHover":"","borderColor":"","highlightTextColor":"","iconColor":"","useDynamicData":true,"dynamicContentType":"post-excerpt","useDefaultMoreLink":false,"excerptLength":15} -->
<p class="gb-headline gb-headline-1dcd18d1 gb-headline-text"></p>
<!-- /wp:generateblocks/headline -->
<!-- /wp:generateblocks/container -->
<!-- /wp:generateblocks/grid -->
<!-- /wp:generateblocks/container -->
<!-- /wp:generateblocks/container -->
<!-- /wp:generateblocks/grid -->
<!-- /wp:generateblocks/query-loop -->
<!-- /wp:generateblocks/container -->

3. Display Posts Grouped by Category

<!-- wp:generateblocks/container {"uniqueId":"a6f1411a","width":50,"isDynamic":true,"blockVersion":3,"sizing":{"height":"","maxWidth":"1200px","width":""},"marginTop":"35","marginRight":"auto","marginBottom":"0","marginLeft":"auto","paddingTop":"20","paddingRight":"20","paddingBottom":"20","paddingLeft":"20","paddingTopMobile":"20","paddingRightMobile":"20","paddingBottomMobile":"20","paddingLeftMobile":"20","paddingSyncUnits":true} -->
<!-- wp:generateblocks/grid {"uniqueId":"4d3cd40c","columns":2,"isDynamic":true,"blockVersion":3} -->
<!-- wp:generateblocks/container {"uniqueId":"7be7b8a3","isGrid":true,"gridId":"4d3cd40c","isDynamic":true,"blockVersion":3,"sizing":{"width":"75%","widthMobile":"100%"}} -->
<!-- wp:generateblocks/headline {"uniqueId":"d765505e","element":"h3","blockVersion":2,"display":"flex","alignItems":"center","textTransform":"uppercase","fontSize":22,"letterSpacing":0.02,"backgroundColor":"","textColor":"","linkColor":"","linkColorHover":"","borderColor":"","highlightTextColor":"","iconColor":"","className":"section-title"} -->
<h3 class="gb-headline gb-headline-d765505e gb-headline-text section-title"><strong>Enter category name</strong></h3>
<!-- /wp:generateblocks/headline -->
<!-- /wp:generateblocks/container -->

<!-- wp:generateblocks/container {"uniqueId":"2ddac8d3","isGrid":true,"gridId":"4d3cd40c","isDynamic":true,"blockVersion":3,"display":"flex","justifyContent":"flex-end","sizing":{"width":"25%","widthMobile":"100%"}} -->
<!-- wp:generateblocks/button {"uniqueId":"73473320","hasUrl":true,"blockVersion":3,"display":"inline-flex","alignItems":"center","textTransform":"uppercase","letterSpacing":0.05,"paddingTop":"7","paddingRight":"20","paddingBottom":"7","paddingLeft":"20","backgroundColor":"#0366d6","backgroundColorHover":"#222222","textColor":"#ffffff","textColorHover":"#ffffff","gradient":true,"gradientDirection":90,"gradientColorOne":"rgba(255, 255, 255, 0.1)","gradientColorTwo":"rgba(0, 0, 0, 0.30)","hasIcon":true,"iconLocation":"right","iconPaddingRight":"","iconPaddingLeft":"0.5","iconSize":0.9} -->
<a class="gb-button gb-button-73473320" href="#"><span class="gb-button-text">View All</span><span class="gb-icon"><svg viewBox="0 0 509 511.54" clip-rule="evenodd" fill-rule="evenodd" image-rendering="optimizeQuality" text-rendering="geometricPrecision" shape-rendering="geometricPrecision" xmlns="http://www.w3.org/2000/svg"><path d="M447.19 347.03c0-17.06 13.85-30.91 30.91-30.91 17.05 0 30.9 13.85 30.9 30.91v87.82c0 21.08-8.63 40.29-22.51 54.18-13.88 13.88-33.09 22.51-54.18 22.51H76.69c-21.09 0-40.3-8.63-54.18-22.51C8.63 475.14 0 455.93 0 434.85V76.69c0-21.09 8.63-40.3 22.51-54.18C36.39 8.63 55.6 0 76.69 0h86.98c17.06 0 30.9 13.85 30.9 30.9 0 17.06-13.84 30.91-30.9 30.91H76.69c-4.07 0-7.82 1.69-10.51 4.37-2.68 2.69-4.37 6.44-4.37 10.51v358.16c0 4.06 1.69 7.82 4.37 10.5 2.69 2.68 6.44 4.38 10.51 4.38h355.62c4.07 0 7.82-1.7 10.51-4.38 2.68-2.68 4.37-6.44 4.37-10.5v-87.82zm0-243.56L308.15 244.28c-11.91 12.12-31.45 12.28-43.56.37-12.11-11.91-12.28-31.45-.37-43.56L401.77 61.81H309.7c-17.06 0-30.9-13.85-30.9-30.91 0-17.05 13.84-30.9 30.9-30.9h168.4C495.15 0 509 13.85 509 30.9v165.04c0 17.06-13.85 30.9-30.9 30.9-17.06 0-30.91-13.84-30.91-30.9v-92.47z" fill-rule="nonzero"></path></svg></span></a>
<!-- /wp:generateblocks/button -->
<!-- /wp:generateblocks/container -->
<!-- /wp:generateblocks/grid -->

<!-- wp:separator {"className":"home-page-separator"} -->
<hr class="wp-block-separator has-alpha-channel-opacity home-page-separator"/>
<!-- /wp:separator -->

<!-- wp:paragraph {"align":"left"} -->
<p class="has-text-align-left">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc imperdiet rhoncus arcu non aliquet. Sed tempor mauris a purus porttitor, ac convallis arcu venenatis. Donec lorem erat, ornare in augue at, pharetra cursus mauris.</p>
<!-- /wp:paragraph -->

<!-- wp:generateblocks/query-loop {"uniqueId":"189ff0f5","query":{"post_type":"post","per_page":"3"}} -->
<!-- wp:generateblocks/grid {"uniqueId":"734166cf","columns":1,"horizontalGap":20,"verticalGap":20,"isDynamic":true,"blockVersion":3,"isQueryLoop":true,"useLegacyRowGap":true,"lock":{"remove":true}} -->
<!-- wp:generateblocks/container {"uniqueId":"96f58cb7","isGrid":true,"isQueryLoopItem":true,"gridId":"734166cf","backgroundColor":"var(\u002d\u002dbase-3)","isDynamic":true,"blockVersion":3,"sizing":{"width":"33.33%","widthMobile":"100%","height":"100%","maxWidth":"","widthTablet":"50%"},"lock":{"remove":true,"move":true},"className":"home-grid"} -->
<!-- wp:generateblocks/container {"uniqueId":"243398f0","isDynamic":true,"blockVersion":3,"sizing":{"maxWidth":""},"useGlobalMaxWidth":true,"marginRight":"auto","marginLeft":"auto","paddingTop":"20","paddingRight":"20","paddingBottom":"20","paddingLeft":"20"} -->
<!-- wp:generateblocks/grid {"uniqueId":"3ee15696","columns":1,"horizontalGap":20,"isDynamic":true,"blockVersion":3,"useLegacyRowGap":true} -->
<!-- wp:generateblocks/container {"uniqueId":"38e4f0de","isGrid":true,"gridId":"3ee15696","isDynamic":true,"blockVersion":3,"useInnerContainer":true,"sizing":{"width":"100%","widthMobile":"100%"}} -->
<!-- wp:generateblocks/image {"uniqueId":"722b467d","sizeSlug":"full","marginBottom":"30","useDynamicData":true,"dynamicContentType":"featured-image"} /-->

<!-- wp:generateblocks/headline {"uniqueId":"9d60922b","element":"h3","blockVersion":2,"fontSize":19,"lineHeight":24,"lineHeightUnit":"px","marginBottom":"5","backgroundColor":"","textColor":"","linkColor":"","linkColorHover":"","borderColor":"","highlightTextColor":"","iconColor":"","useDynamicData":true,"dynamicContentType":"post-title","dynamicLinkType":"single-post"} -->
<h3 class="gb-headline gb-headline-9d60922b gb-headline-text"></h3>
<!-- /wp:generateblocks/headline -->

<!-- wp:generateblocks/headline {"uniqueId":"1b7b1055","element":"p","blockVersion":2,"fontSize":15,"marginBottom":"10","backgroundColor":"","textColor":"var(\u002d\u002dcontrast-2)","linkColor":"","linkColorHover":"","borderColor":"","highlightTextColor":"","iconColor":"","useDynamicData":true,"dynamicContentType":"post-date","useDefaultMoreLink":false,"excerptLength":15} -->
<p class="gb-headline gb-headline-1b7b1055 gb-headline-text"></p>
<!-- /wp:generateblocks/headline -->

<!-- wp:generateblocks/headline {"uniqueId":"cf4eb4cf","element":"p","blockVersion":2,"fontSize":15,"marginBottom":"30","backgroundColor":"","textColor":"","linkColor":"","linkColorHover":"","borderColor":"","highlightTextColor":"","iconColor":"","useDynamicData":true,"dynamicContentType":"post-excerpt","useDefaultMoreLink":false,"excerptLength":15} -->
<p class="gb-headline gb-headline-cf4eb4cf gb-headline-text"></p>
<!-- /wp:generateblocks/headline -->
<!-- /wp:generateblocks/container -->
<!-- /wp:generateblocks/grid -->
<!-- /wp:generateblocks/container -->
<!-- /wp:generateblocks/container -->
<!-- /wp:generateblocks/grid -->
<!-- /wp:generateblocks/query-loop -->
<!-- /wp:generateblocks/container -->
RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments