How to Remove Grid Posts from HomePage on Genesis Theme

[caption id="" align="alignnone" width="451"]HomePage on Genesis Theme HomePage on Genesis Theme[/caption]

 

The good thing about Genesis Framework is you have full control over customizing it to look the way you want your theme to be. 

Though there are many WordPress Themes for Genesis Framework, you can still develop your won Unique theme if you’ve little knowledge of coding. 

But there are some things that you can change only from Theme editor. 

One of the most popular question among users is ” How to change Grid column on Homepage 

It is very simple, the theme has a built-in code that you have to just remove to disable Grid blocks on your genesis homepage. 

Remove Post Grid from HomePage on Genesis Theme Framework 


Goto ” WP Dashboard -> Appearance -> Editor 

Find the following code on home.php, remove it & save 

remove_action( ‘genesis_loop’, ‘genesis_do_loop’ ); 

Once you save your file, your theme will not show grid posts on your homepage. 

Alternative Method : 


Another way of doing it is from the file manager, 


Login to your Cpanel -> File Manager -> Wp-Content -> Themes -> Eleven40 -> 

Find home.php rename it to home-old.php 

Save it 

Now your theme will show default post excerpts with reading more option on genesis theme. 

Do you face any other issues or want any other customizations for Genesis framework or its Child themes? Do let me know via comment section. 
Powered by Blogger.