• Skip to main content
  • Skip to primary sidebar
  • Business
  • WordPress
  • Security
  • Marketing
  • Publicity
  • Computing
  • Resources
  • Whatevs

Purely Wordpress

Just The Tech, News, and Info We Deem To Post

  • Home
  • About
  • Contact
  • Contribute
You are here: Home / Code Snippets / Insert content in Genesis blog page

Insert content in Genesis blog page

Genesis Theme Framework Code Snippets

Add the following code to a Genesis Child Theme Blog Template File to Insert content in Genesis blog page.

add_action('genesis_before_loop', 'genesis_standard_loop'); 

Or create a new Blog template file with the following code.

<?php

/**
* Template Name: Blog
* This file handles blog post listings within a page.
*/
add_action('genesis_before_loop', 'genesis_standard_loop');
genesis();

by Jack Alltrade on June 5, 2017

Filed Under: Code Snippets Tagged With: Genesis Child Theme, Genesis Framework, Layout, Template File

Reader Interactions

Share Your Two Cents Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Categories

  • Code Snippets
  • Development
  • File Management
  • Genesis Framework
  • Hosting
  • Legacy
  • Plugins
  • SEO
  • Tech Terms
  • Themes
  • User Experience
  • User Interface
  • WordPress Core
  • WordPress Functionality

Warning! Use at your own risk!

As always, use at your own risk and remember to backup your site prior to inserting new code.

© Copyright Jack Alltrade & Associates 2025 · Purely Supplemental™ is a trademark of Jack Alltrade & Associates