Add the following code to a Genesis Child Theme Template File to create a Landing / Splash / Sales Letter page. … [Read more...] about Genesis Theme Framework Landing / Splash / Sales Letter page V2
Template File
Simple GridLoop for Genesis
Use the following code to create a WordPress Template file (blog.php, archive.php, etc)that will create a Grid Loop for post content in a Genesis theme. … [Read more...] about Simple GridLoop for Genesis
Load a template file for a Custom Post Type
Add the following code to your theme’s function.php file, or a functionality plugin to load a template file for a Custom Post Type. … [Read more...] about Load a template file for a Custom Post Type
Insert content in Genesis blog page
Add the following code to a Genesis Child Theme Blog Template File to Insert content in Genesis blog page. Or create a new Blog template file with the following code. … [Read more...] about Insert content in Genesis blog page
Insert WordPress Blog Title and Description
Add the following code to a Genesis Child Theme Template File to insert the WordPress Blog Title and Description into your template files. … [Read more...] about Insert WordPress Blog Title and Description
Generate Path to WordPress Root
Use the following codes to generate a path to the WordPress root URL in theme and template files. … [Read more...] about Generate Path to WordPress Root