• 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 Code

Code

Remove Redundant Description Title in WooCommerce

Woocommerce Code Snippets

Add the following code to your theme's function.php file, or a functionality plugin to modify WooCommerce to remove the redundant description Title. … [Read more...] about Remove Redundant Description Title in WooCommerce

Re-position the WooCommerce Single Product Title

Woocommerce Code Snippets

Add the following code to your theme’s function.php file, or a functionality plugin to modify the position/placement of the WooCommerce Single Product Page title. … [Read more...] about Re-position the WooCommerce Single Product 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

WordPress Multisite Plugin Integrations

Matrix Style Image Representing WordPress Code Snippet

Adding the following code snippets to your Multisite wp-config.php will allow the specific plugin to function properly when Network Activated. Akismet /** Define WordPress.com API Key */ define('WPCOM_API_KEY','9ab1da1a259d'); Backup Buddy /* Network Integration for Backup Buddy */ define( 'PB_BACKUPBUDDY_MULTISITE_EXPERIMENT', true ); … [Read more...] about WordPress Multisite Plugin Integrations

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

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

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

Add Open Graph To Genesis

Genesis Theme Framework Code Snippets

Add the following code to your WordPress theme's function.php file, or a functionality plugin to add Open Graph To Genesis. … [Read more...] about Add Open Graph To Genesis

Restrict WordPress Admin Menu Items Based on Username

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 restrict WordPress Admin Menu Items by Username. … [Read more...] about Restrict WordPress Admin Menu Items Based on Username

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