• 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 / Archives for Layout

Layout

Change Genesis Site Title Link

Genesis Theme Framework Code Snippets

Add the following code to your theme's function.php file, or a functionality plugin to change the Genesis Site Title Link. … [Read more...] about Change Genesis Site Title Link

Override Genesis Page Layout Theme Settings

Genesis Theme Framework Code Snippets

Add the following code to your WordPress theme's function.php file, or a functionality plugin to override Genesis Page Layout Theme Settings. … [Read more...] about Override Genesis Page Layout Theme Settings

Add Navigation Bar Widgets to Genesis Child Themes

Genesis Theme Framework Code Snippets

How to add Primary and Secondary Navigation Widgets to Genesis Navigation Bars. Add the following code to your WordPress theme's function.php file, or a functionality plugin to add Primary and Secondary Navigation Widgets to Genesis. … [Read more...] about Add Navigation Bar Widgets to Genesis Child Themes

Genesis – display featured image before single post title

Genesis Theme Framework Code Snippets

Add the following code to your WordPress theme's function.php file, or a functionality plugin to display a featured image before the title on a single post. … [Read more...] about Genesis – display featured image before single post title

Display One post Then Thumbs for Older Posts in Genesis

Genesis Theme Framework Code Snippets

Add the following code to a theme template file to display one post and then thumbs for previous posts in Genesis. … [Read more...] about Display One post Then Thumbs for Older Posts in Genesis

Move Genesis Title Below Featured Image

Genesis Theme Framework Code Snippets

Add the following code to your WordPress theme's function.php file, or a functionality plugin to move Genesis Title Below Featured Image. Modify if( is_category( array(1,2))) with the IDs of the Categories you want to target. … [Read more...] about Move Genesis Title Below Featured Image

Genesis Sidebar-Content-Sidebar Layout Reversal

Genesis Theme Framework Code Snippets

Genesis Sidebar-Content-Sidebar Layout Reversal Part 1 // Change sidebar order on Sidebar-Content-Sidebar add_action('genesis_after_header','change_sidebar_order'); function change_sidebar_order() { $site_layout = genesis_site_layout(); if ( 'sidebar-content-sidebar' == $site_layout ) { remove_action( 'genesis_sidebar', 'genesis_do_sidebar' ); … [Read more...] about Genesis Sidebar-Content-Sidebar Layout Reversal

Use Genesis Child Theme as Default in WordPress Multi Site

Genesis Theme Framework Code Snippets

Add the following code to your WordPress wp-config.php file to use Genesis Child Theme as Default in WordPress Multi Site … [Read more...] about Use Genesis Child Theme as Default in WordPress Multi Site

Custom Mail Chimp Form Code

Screenshot of WordPress plugin php and html code

Tweak your MailChimp form code by adding the styles below to your themes stylesheet and then editing them to your liking. … [Read more...] about Custom Mail Chimp Form Code

Fancy Infusionsoft Campaign Subscription Box

Screenshot of WordPress plugin php and html code

Add the following code to your WordPress theme's function.php file, or a functionality plugin to your Theme's stylesheet to create a fancy Infusionsoft Campaign Subscription Box. .newsbox { background-color: #FFFFCC; padding: 6px; font-size: 11px; text-align: center; width: 260px; margin: 4px auto; border: 1px solid #CC0000; border-radius: 10px; … [Read more...] about Fancy Infusionsoft Campaign Subscription Box

  • Page 1
  • Page 2
  • Page 3
  • Go to Next Page »

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