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…

Disable Rich Pins

This code snippet will disable all rich pins on your site, not just recipes.

<10

Admin Functions for posts.

Make it easier to edit posts when viewing archives or single pages. Add page slug to…

Normalize CSS (The New Normal)

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

1 2