• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Appfinite

Appfinite

Premium WordPress Themes for The Genesis Framework

  • Themes
  • Blog
  • Tutorials and Resources
  • Forums
  • Contact Us

Reply To: Full width image on interior pages?

Home › Community Forums › Aspire Theme Support › Full width image on interior pages? › Reply To: Full width image on interior pages?

August 23, 2019 at 4:11 pm #23346
Scott Gilbert
Customer

And here’s the code from the functions file for both widgets:

add_action( 'genesis_after_header', 'after_header_widget', 11 );
/**
 * Hooks in after Header Widget Area.
 *
 */
function after_header_widget() {

	genesis_widget_area(
		'after-header-widget',
		array(
			'before' => '<div class="after-header-widget"><div class="wrap">',
			'after'  => '</div></div>',
		)
	);

}
genesis_register_sidebar( array(
	'id'          => 'after-header-widget',
	'name'        => __( 'After Header Post & Page 1', 'aspire' ),
	'description' => __( 'This is the After Header Widget 1.', 'aspire' ),
) );

add_action( 'genesis_after_header', 'after_header_widget_2', 11 );
/**
 * Hooks in after Header Widget Area.
 *
 */
function after_header_widget_2() {

	genesis_widget_area(
		'after-header-widget-2',
		array(
			'before' => '<div class="after-header-widget"><div class="wrap">',
			'after'  => '</div></div>',
		)
	);

}
genesis_register_sidebar( array(
	'id'          => 'after-header-widget-2',
	'name'        => __( 'After Header Post & Page 2', 'aspire' ),
	'description' => __( 'This is the After Header Widget 2.', 'aspire' ),
) );

Learn to Make Money Online
http://ScottsMoneyMachines.com

Primary Sidebar

Search Forums

Affiliate Program

Looking to earn some money? Join our Affiliate program and earn 35% of every sale you refer. Top referrers earn 40-50%.

Join Now →

The Genesis Framework

All of our themes are designed for the Genesis Framework. You will need to purchase Genesis in order to use any of our themes.

Purchase Genesis

Hire a Web Developer

Need help setting up or customizing your website?

Contact Us →

Search Full Site

  • Buy Genesis!
  • Shopping Cart
  • Themes
  • My Account
  • Support Forums
  • Tutorials and Resources
  • Privacy Policy
  • Contact Us
  • Follow Us on Twitter

Copyright © 2023 · Appfinite · Built With The Genesis Framework