Untitled Snippet
HTML5
Whitelist Callback Functions for use in Theme Elements
Various elements in the Total theme allow you to select a callback function for the output…
Remove the Header Menu Underline on Hover
If you enable the Header menu underline it will display both on active items and on…
Custom Social Share Email Subject
If you wish to modify the email subject text when clicking the social share email icon…
Custom Social Share Email Body
Can be used to modify the default email body (content) when a user clicks the social…
Show Left Sidebar Before Content on Mobile
By default the sidebar always displays below the content on mobile. This code will allow you…
Override Header Logo with Custom SVG
While you can select an SVG image from the customizer for your header logo if you…
featured-images-rss-feed
function featuredtoRSS($content) { global $post; if ( has_post_thumbnail( $post->ID ) ){ $content = '<div>' . get_the_post_thumbnail(…
blutooth connection
i want a on off button that when press each other send logical true if press…
Untitled Snippet
i want a on off button that when press each other send logical true if press…
Active Campaign Snippet
footer
Update the author name on published recipes
This code snippet will update the author name for all existing recipes. Just replace New Name…
Woocommerce category archive sort products by date by default
Change the name of the category (in this e.g. gramatas). Now it will show newest products…