• 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 Jack Alltrade

Jack Alltrade

Use Custom Fields to Modify Genesis Blog/Portfolio Pages

Genesis Theme Framework Code Snippets

Add the following code to your theme’s function.php file, or a functionality plugin to use Custom Fields to modify the Genesis Blog/Portfolio Pages. … [Read more...] about Use Custom Fields to Modify Genesis Blog/Portfolio Pages

Replace Genesis Theme Footer

Genesis Theme Framework Code Snippets

Add the following code to your theme’s function.php file, or a functionality plugin to replace the Genesis Theme's Footer. … [Read more...] about Replace Genesis Theme Footer

 Cors Config for Amazon S3 & 3d FlipBook

Screenshot of WordPress plugin php and html code

In order to enable storing and using files (images and PDF's) for 3D Flip-Books, you will need to enable CORS (Cross-origin resource sharing) with your S3 account; see the video below for implementation. Failure to enable CORS will prevent the 3d Flip-Book from loading the files required for the Flip-Book. As always, use at your own risk and remember to backup your site … [Read more...] about  Cors Config for Amazon S3 & 3d FlipBook

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

Override Genesis Theme Settings Layout with Custom Templates

Genesis Theme Framework Code Snippets

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

Custom Shop Post Type to Genesis Child-Theme for Your Online Store

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 create a custom Shop Post Type For Your Online Store. * Note - If you are using a Shop plugin like WooCommerce, this wouldn't be necessary. The use scenario for this code is if you have an external shop like 1Shopping Cart or use PayPal Links. is_page( array( 1, 2, 3, 4 )) … [Read more...] about Custom Shop Post Type to Genesis Child-Theme for Your Online Store

Mobile Responsive, It’s not just flicking a switch!

Screen Capture of mobile and desktop versions of website

With Google looming in the background demanding mobile responsive sites, developers have been inundated with requests to make WordPress Sites "Mobile Responsive". There's just one problem, "Mobile Responsive" is a set of standards involving HTML 5, CSS 3 and in some cases Javascript; it's about function and performance, while "Mobile Responsive Design" is the combination … [Read more...] about Mobile Responsive, It’s not just flicking a switch!

Add A Conditional Timestamp in Gravity Forms

WordPress Logo with Two Electrical Plugs to Symbolize WP Plugins

Add the following code to your WordPress theme's function.php file, or a functionality plugin to add a conditional timestamp to Gravity Forms. … [Read more...] about Add A Conditional Timestamp in Gravity Forms

Add Read More Link to Excerpts in Genesis

Genesis Theme Framework Code Snippets

Add the following code to your WordPress theme's function.php file, or a functionality plugin to add a Read More Link to Excerpts in Genesis. … [Read more...] about Add Read More Link to Excerpts in Genesis

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 3
  • Page 4
  • Page 5
  • Page 6
  • Page 7
  • Interim pages omitted …
  • Page 14
  • 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