I recently decided to start using Jetpack to publicize to my social networks (I'll deal with the Publishing same content to multiple networks in another post), specifically to Facebook and Twitter. All in all, it's a pretty simple easy experience however, I noticed my Tweets were duplicating with slightly different titles and no images for the duplicate Tweet. At first, I … [Read more...] about JetPack Publicize Duplicating Twitter Posts
Remove Redundant Description Title in WooCommerce
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
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
Add Sort Order to WooCommerce Page Attributes
Add the following code to your theme’s function.php file, or a functionality plugin to add Sort Order to WooCommerce Page Attributes. … [Read more...] about Add Sort Order to WooCommerce Page Attributes
Restore Search to Genesis Primary Navigation
Add the following code to your theme’s function.php file, or a functionality plugin to restore the Search Box to the Genesis Primary Navigation. … [Read more...] about Restore Search to Genesis Primary Navigation
Must have Plugins for WordPress Multisite
Multisite Admin bar SwitcherReplaces the built in 'My Sites' drop down with a better layed out one Multisite Master Shared MenuAllows users in a WordPress multisite network pull in a menu from another site in order to achieve a universal navigation or shared navigation without needing to manually recreate menus. Site is required to be installed on WordPress Multisite … [Read more...] about Must have Plugins for WordPress Multisite
Genesis Theme Framework Landing / Splash / Sales Letter page V2
Add the following code to a Genesis Child Theme Template File to create a Landing / Splash / Sales Letter page. … [Read more...] about Genesis Theme Framework Landing / Splash / Sales Letter page V2
Display One post Then Thumbs for Older Posts in Genesis
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
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
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