1 Snippets
<10 Favourites
<10 Downloads

Change the Submit Button Color

Changes the color of the submit button for all WPForms. The colors in this CSS are…

900+

Dynamic Copyright & Current Year Shortcodes

Add this snippet to the functions.php file in your theme or plugin. Compatible with both classic…

Meta Pixel Code

Add Meta Pixel Code in WPCode

Floating Social Media Icons (copy)

Display your Social Media accounts in a floating sidebar.

<10

Titel aanpassen archive page

function custom_category_title( $title ) { $title = str_replace( 'Archieven', 'Mijn gewenste titel', $title ); return $title;…

webfontloader.js

// Add custom scripts function add_custom_script_webfont_loader_js() { wp_register_script( 'webfontloader', 'https://cdnjs.cloudflare.com/ajax/libs/webfont/1.6.28/webfontloader.js', array(), '1.6.28', true ); wp_enqueue_script( 'webfontloader'…

add post formats

Adding different types of post formats: aside – Typically styled without a title. Similar to a…

Normalize CSS (The New Normal)

https://github.com/sarahschopick/the-new-normal.css.git https://github.com/sarahschopick/normalize-wordpress.git

Dynamic Shortcode Execution

Dynamic shortcode execution with block editor support. Allows shortcodes to execute everywhere, even within paragraph blocks.

Link Featured Image to Post

Snippet for automatically link image to post

Dynamic logo sizing

Fix the issue where changing the logo size in the block editor breaks it. Dynamically adjust…

Set Wordpress Gallery Link to Image Default

Override wordpress default linking to attachment page

1 2